Delete project

delete/projects/{projectId}
Internal-Use Only

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

1No example avaliable

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 ContentThe project was deleted.
404Not FoundThe project does not exist.Schema