View source: R/sqs_operations.R
sqs_delete_queue | R Documentation |
Deletes the queue specified by the QueueUrl
, regardless of the queue's contents.
See https://www.paws-r-sdk.com/docs/sqs_delete_queue/ for full documentation.
sqs_delete_queue(QueueUrl)
QueueUrl |
[required] The URL of the Amazon SQS queue to delete. Queue URLs and names are case-sensitive. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.