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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization Token |