v1 Delete queue and routing keys
- 26 Mar 2024
- 1 Minute to read
- Print
- DarkLight
v1 Delete queue and routing keys
- Updated on 26 Mar 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Delete
/v1/tenants/{tenantId}/projects/{projectId}/subscriptions/{sub}
Delete queue and routing keys
Security
API Key
Header parameter nameAuthorization
AWS Cognito Authorizer. Since there are no custom scopes the ID Token must be used for authorization
Path parameters
tenantId
stringRequired
The RapidIdentity Cloud tenant id
projectId
stringRequired
The project id this service belongs. MUST be builtin or custom
sub
stringRequired
The queue name.
Responses
200
Queues and routing key has been deleted
object
success
string
403
The request is not authorized. Check that an api key exists and that the api key is valid for the tenantId
object
error
string
500
Unable to delete queue or dead letter queue
object
error
string
501
The request does not have a projectId of custom or builtin
object
error
string
503
Unable to connect to pubsub service
object
error
string
Was this article helpful?