Logo
MicroStrategy REST API API Documentation

Delete the changeset

DELETE {{baseUrl}}/api/model/changesets/:changesetId

Deletes an existing changeset. All uncommitted new objects or updates to existing objects performed with the modeling APIs (Filter, Tables, Facts, etc.) against this changeset are dismissed. The changeset ID is required to execute the request and can be obtained using the changeset creation API. An authorization token is required to execute the request and can be obtained using Authentication endpoints.

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/model/changesets/:changesetId' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS