Skip to content

Delete schedule

Delete a queue from a profile. Requires queueId to specify which queue to delete. If deleting the default queue, another queue will be promoted to default.

DELETE /v1/queue/slots

Delete a queue from a profile. Requires queueId to specify which queue to delete. If deleting the default queue, another queue will be promoted to default.

Parameters

  • profileId (query, string) required

  • queueId (query, string) required — Queue ID to delete

Responses

200 — Queue schedule deleted

  • success (boolean)
  • deleted (boolean)

400 — Missing profileId or queueId

401