curl --request DELETE \
--url https://api.example.com/api/v1/event-queues/{queueName} \
--header 'X-API-KEY: <api-key>'{
"data": {
"status": "PROVISIONING",
"queueName": "<string>",
"region": "us-east-1",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"suffix": "<string>",
"queueUrl": "<string>",
"roleArn": "<string>"
}
}Delete an event queue and tear down its infrastructure
curl --request DELETE \
--url https://api.example.com/api/v1/event-queues/{queueName} \
--header 'X-API-KEY: <api-key>'{
"data": {
"status": "PROVISIONING",
"queueName": "<string>",
"region": "us-east-1",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"suffix": "<string>",
"queueUrl": "<string>",
"roleArn": "<string>"
}
}Server API Key
API key for authentication
The queue name identifier
1 - 255Deprovisioning initiated
Response object
Event queue provisioning status and details
Show child attributes