Delete project

delete/projects/{projectId}

The specified project is deleted along with all participants and resources. If keepFolder=true is not specified, the underlying folder and all its content are deleted also.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string<object-id>
true

The identifier of a specific project.

Query Parameters

NameTypeRequiredDescription
keepFolder
boolean
false

If true, the underlying folder and all its content is not deleted. The default is false.

Responses

StatusMeaningDescription
204No Content

The project was deleted.

404Not Found

The project does not exist.

Schema