Skip to content

Delete a webhook subscription permanently

Request

Deactivate a webhook subscription and remove the record permanently.

Warning: you cannot undo this action.

Security
oauth2_as_a_server(Required scopes: webhooks.write) or oauth2_as_a_user(Required scopes: webhooks.write)
Path
subscription_idintegerrequired

Id of the subscription to delete

curl -i -X DELETE \
  'https://partner.socialchorus.com/v2/webhooks/subscriptions/{subscription_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Response
No content