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>'
This response has no body data.

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

I