Logo
MicroStrategy REST API API Documentation

Delete a data mart instance

DELETE {{baseUrl}}/api/datamarts/:dataMartId/instances/:instanceId

Delete a data mart instance. You obtain the authorization token needed to execute the request using POST /auth/login; you obtain the project ID using GET /projects. You pass the authorization token and the project ID in the request header. You specify the report ID and report instance ID in the path of the request.

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/datamarts/:dataMartId/instances/:instanceId' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -H 'Accept: application/json'

ENDPOINTS