Skip to main content
DELETE
/
v1
/
notifications
/
custom
/
{id}
Delete Custom Notification Rule
curl --request DELETE \
  --url https://app.nex.ai/api/developers/v1/notifications/custom/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

id
string
required

Custom notification rule ID

Response

Successfully deleted

The response is of type object.

Last modified on March 24, 2026