pub async fn delete_queue_slot(
configuration: &Configuration,
profile_id: &str,
queue_id: &str,
) -> Result<DeleteQueueSlot200Response, Error<DeleteQueueSlotError>>Expand description
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.