Skip to main content
DELETE
/
users
/
{id}
/
notifications
Unsubscribe user from all notifications for current team
curl --request DELETE \
  --url https://api.wirespeed.co/users/{id}/notifications \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

User ID to unsubscribe

Response