v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Messaging

patch/api/v1/organizations/{organizationId}/messaging

Path parameters

organizationIdstring required

organizationId

Request body

activeboolean

If this value is set to false the queue will be deleted.

idstring
purgeQueueboolean

Set this value to true if you want to purge the queue.

Example request

{
  "active": true,
  "id": "<default>"
}

Response

OK