DELETE
/
v1
/
notifications
/
subscriptions
curl --request DELETE \
  --url https://platform.thena.ai/v1/notifications/subscriptions \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Query Parameters

entityId
string
required

The ID of the entity to subscribe to

Example:

"123"

eventCategory
enum<string>
required

The category of event to subscribe to

Available options:
ticket
Example:

"Ticket"

Response

204

Resource deleted successfully