cURL
curl --request DELETE \ --url https://app.kosli.com/api/v2/organizations/{org}/environments_notifications/{notification_number} \ --header 'Authorization: Bearer <token>'
"<string>"
Delete a specific environments-notification for an org.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully deleted environments notification.
The response is of type string.
string
Was this page helpful?