deleteQueue

abstract suspend fun deleteQueue(input: DeleteQueueRequest): DeleteQueueResponse

Deletes a queue.

You can't recover the jobs in a queue if you delete the queue. Deleting the queue also deletes the jobs in that queue.