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>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

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.