Alerting profiles API - DELETE a profile

Deletes the specified alerting profile. Deletion can't be undone. The Default alerting profile can't be deleted.

This request is an early adopter release and may be changed in non compatible way.

DELETE
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/alertingProfiles/{id}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/alertingProfiles/{id}

Parameters

Parameter Type Description In Required
id string

The ID of the alerting profile to be deleted.

path required

Response format

A successful request doesn't return any content.

Example

In this example, the request deletes the alerting profile from the POST request example. The response code of 204 indicates that the deletion was successful.

The API token is passed in the Authorization header.

Curl

curl -X DELETE \
  https://mySampleEnv.live.dexp.ae/api/config/v1/alertingProfiles/19e50c27-8aed-408f-ad44-d6a1bf856f49 \
  -H 'Authorization: Api-token abcdefjhij1234567890'

Request URL

https://mySampleEnv.live.dexp.ae/api/config/v1/alertingProfiles/19e50c27-8aed-408f-ad44-d6a1bf856f49

Response code

204