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

Path Parameters

staffId
string<uuid>
required
tokenId
string<uuid>
required

Response

200 - application/json

Token deactivated

success
boolean
required