sqs_delete_queue: Deletes the queue specified by the QueueUrl, regardless of...

View source: R/sqs_operations.R

sqs_delete_queueR Documentation

Deletes the queue specified by the QueueUrl, regardless of the queue's contents

Description

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.

Usage

sqs_delete_queue(QueueUrl)

Arguments

QueueUrl

[required] The URL of the Amazon SQS queue to delete.

Queue URLs and names are case-sensitive.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.