Logo
MicroStrategy REST API API Documentation

Delete a project

DELETE {{baseUrl}}/api/projects/:projectId

Used for deleting a project by projectId. The project has to be unloaded before the deletion. The returned 202 HttpCode means that the project is being deleted asynchronously, whereas 204 HttpCode means that the project has been already deleted.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/projects/:projectId' -H 'X-MSTR-AuthToken: authToken' -H 'Accept: application/json'

ENDPOINTS