DELETE
/
api
/
v1
/
alert-rules
/
{alert-id}
/
alert-notification-rules
/
{notification-id}
curl --request DELETE \
  --url https://cloud.bytebeam.io/api/v1/alert-rules/{alert-id}/alert-notification-rules/{notification-id} \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>'

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

alert-id
string
required
notification-id
string
required