DeadlineCloud / Client / delete_queue

delete_queue#

DeadlineCloud.Client.delete_queue(**kwargs)#

Deletes a queue.

See also: AWS API Documentation

Request Syntax

response = client.delete_queue(
    farmId='string',
    queueId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

    The ID of the farm from which to remove the queue.

  • queueId (string) –

    [REQUIRED]

    The queue ID of the queue to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions