Delete inbox messages
DELETE {{baseUrl}}/contact_center/inboxes/messages?delete_all_messages=<boolean>&queue_ids=<string>&queue_ids=<string>&flow_ids=<string>&flow_ids=<string>
Delete messages.
Scopes: contact_center_inbox:write:admin
Rate Limit Label: Light
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
delete_all_messages | string | Whether or not to delete all inbox messages. |
true: Delete all inbox messages related to the filtered queues or flows.
false: No inbox message is deleted. |
| queue_ids
| string | | The queue's IDs. The maximum value is 10. |
| queue_ids
| string | | The queue's IDs. The maximum value is 10. |
| flow_ids
| string | | List of flow's IDs, up to 10 separate IDs. |
| flow_ids
| string | | List of flow's IDs, up to 10 separate IDs. |