Delete a project
DELETE {{baseUrl}}/projects/:id?userId=<string>
Delete the project with id id
and user userId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
userId | string | (Required) The id of the user. Usually this is the user's email address. If this parameter does not exist the API tries to extract it from the impersonated token. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |