Skip to main content
DELETE
/
notifications
/
{groupId}
Delete a Notification Group
curl --request DELETE \
  --url https://api.altostrat.io/notifications/{groupId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Altostrat uses OAuth2 for authentication. Tokens can be obtained from the Altostrat Authentication API.

Path Parameters

groupId
string<uuid>
required

The unique identifier of the notification group.

Response

No Content - The group was deleted successfully.