Skip to main content
POST
/
v2
/
private
/
webhooks
/
unsubscribe
Unsubscribe webhook
curl --request POST \
  --url https://api.crowdchange.dev/v2/private/webhooks/unsubscribe \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "lang": "<string>"
}
'
{
  "status": "ok"
}

Body

url
string
required
URL to unsubscribe.
lang
string
Webhook locale. Allowed values: en, fr Default: en

Response

status
string
Status of the operation.
Other responses
StatusDescription
400Bad Request
401Unauthorized
403Forbidden
{
  "status": "ok"
}