Logo
MicroStrategy REST API API Documentation

Remove a message from history list

DELETE {{baseUrl}}/api/historyList/:messageId?removeOthersMessage=true

Remove a message from history list

 

Body PARAM

Key Datatype Required Description 
removeOthersMessage
boolean Admin user removes message, possibly for other users



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
X-MSTR-ProjectID
string Project ID (Sets the context of the request; project, or configuration. For project objects it must be supplied, and for configuration level objects it's omitted)
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/historyList/:messageId?removeOthersMessage=true?removeOthersMessage=true' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -H 'Accept: application/json'

ENDPOINTS