Skip to main content
DELETE
/
notifications
/
{groupId}
Delete a Notification Group
curl --request DELETE \
  --url https://v1.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"
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.