Skip to main content
POST
/
api
/
v1
/
subscriptions
/
unsubscribe
Unsubscribe from status page notifications
curl --request POST \
  --url https://api.example.com/api/v1/subscriptions/unsubscribe \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'

Body

application/json
token
string
required

Unsubscribe token received via email

Response

201 - undefined