Passa al contenuto principale

DELETE /webhooks/unsubscribe

Deletes the webhook of the current account.

Example Request

curl -X DELETE "https://api.callbell.eu/v1/webhooks/unsubscribe" \
-H "Authorization: Bearer test_gshuPaZoeEG6ovbc8M79w0QyM" \
-H "Content-Type: application/json"

Response

ParameterTypeDescription
statusstringStatus of the operation

Example Response

response.json
{
"status": "webhook was destroyed"
}