Remove a message from history list
DELETE {{baseUrl}}/api/historyList/:messageId?removeOthersMessage=true
Remove a message from history list
Request Params
| 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 |