delete
https://core.{customerId}.ec.avayacloud.com/api/events/v1/subscriptions/
Permanently deletes an existing subscription by its subscriptionId. Once deleted, the subscription cannot be recovered and will stop delivering events immediately.
Finding Your Customer Subdomain
Your subdomain is found in your Avaya Infinity portal URL and is required for all API calls.
Example: If your portal URL is:
https://core.avaya1234.ec.avayacloud.com/app/core-config-ui/
Your subdomain is: avaya1234
To use this API:
- Find your subdomain from your Infinity portal URL (as shown above)
- Get your Bearer token using the
EVENT_NOTIFICATIONclient credential (see Authentication below) - In the API explorer on the right:
- Click on
{customerId}in the URL field and replace it with your actual subdomain - Paste your Bearer token in the Credentials section
- Enter the
subscriptionIdof the subscription to delete
- Click on
Authentication
This endpoint requires a valid OAuth 2.0 Bearer token. To get started, contact Avaya Support to request a client_id and client_secret provisioned with the EVENT_NOTIFICATION scope.
Once you have your credentials, generate an access token and include it in the Authorization: Bearer <token> header of each request.
Important Notes
- This action cannot be undone. Confirm the correct
subscriptionIdbefore proceeding. - Returns
204 No Contenton success — no response body is returned. - Returns a
404if no subscription exists with the specified ID.
Rate Limiting
- This endpoint implements DOS protection and rate limiting. If you receive a
429 Too Many Requestsresponse, implement exponential backoff before retrying.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Subscription deleted successfully. No content returned.
