Deletes the queue specified by the queue URL, regardless of whether the queue is empty.

C# |
public class DeleteQueueRequest : SQSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DeleteQueueRequest()()()() | Initializes a new instance of the DeleteQueueRequest class |
![]() | Attribute |
Name and value pair of an attribute associated with the queue.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAttribute()()()() |
Checks if Attribute property is set
|
![]() | IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
|
![]() | QueueUrl |
The URL associated with the Amazon SQS queue.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAttribute(array<Attribute>[]()[][]) | Obsolete.
Sets the name and value pair of an attribute associated with the queue.
|
![]() | WithQueueUrl(String) | Obsolete.
Sets the URL associated with the Amazon SQS queue.
|

If the specified queue does not exist, SQS returns a successful response. Use DeleteQueue with care; once you delete your queue, any messages in the queue are no longer available.
When you delete a queue, the deletion process takes up to 60 seconds. Requests you send involving that queue during the 60 seconds might succeed. For example, a SendMessage request might succeed, but after the 60 seconds, the queue and that message you sent no longer exist. Also, when you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
We reserve the right to delete queues that have had no activity for more than 30 days.

Object | ||
![]() | SQSRequest | |
![]() | DeleteQueueRequest |