delete
/{tenantId}/v1/notifications/alerts/{alertId}Delete notification alert
Requires Authentication
Notifications
Deletes a notification alert
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
alertIdrequired | string (uuid) | Billing alert UUID |
Responses
Alert deleted
Code Examples
curl -X DELETE 'https://api-next.checkio.co.uk/{tenantId}/v1/notifications/alerts/{alertId}' \
-H 'Authorization: Bearer {token}'