cURL
curl --request DELETE \ --url https://api.openphone.com/v1/webhooks/{id} \ --header 'Authorization: <api-key>'
{ "message": "<string>", "code": "<string>", "status": 123, "docs": "<string>", "title": "<string>", "description": "<string>", "trace": "<string>", "errors": [ { "path": "<string>", "message": "<string>", "schema": { "type": "<string>" }, "value": "<unknown>" } ] }
Delete a webhook by its unique identifier.
The unique identifier of a webhook
"WH12345"
Success
Was this page helpful?