Skip to main content
DELETE
/
organizations
/
{org}
/
environments_notifications
/
{notification_number}
Delete environment notification
curl --request DELETE \
  --url https://app.kosli.com/api/v2/organizations/{org}/environments_notifications/{notification_number} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

notification_number
integer
required
org
string
required

Response

Successfully deleted environments notification.

The response is of type string.

Last modified on April 9, 2026