curl --request DELETE \
--url https://{defaultHost}/v1/apps/{app_id}/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"error": "<string>",
"error_code": "<string>"
}Delete a webhook endpoint
curl --request DELETE \
--url https://{defaultHost}/v1/apps/{app_id}/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"error": "<string>",
"error_code": "<string>"
}Was this page helpful?