Skip to main content
DELETE
/
v1
/
admin
/
notifications
/
tokens
/
{tokenId}
Deactivate notification token
curl --request DELETE \
  --url http://localhost:3000/v1/admin/notifications/tokens/{tokenId}
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

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

Path Parameters

tokenId
string<uuid>
required

Response

200 - application/json

Deactivation result

success
boolean
required