Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
User ID to unsubscribe
curl --request DELETE \
--url https://api.wirespeed.co/users/{id}/notifications \
--header 'Authorization: Bearer <token>'
This response has no body data.
curl --request DELETE \
--url https://api.wirespeed.co/users/{id}/notifications \
--header 'Authorization: Bearer <token>'
This response has no body data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
User ID to unsubscribe