DELETE
/
v1
/
webhooks
/
{id}
curl --request DELETE \
  --url https://api.openphone.com/v1/webhooks/{id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The unique identifier of a webhook

Example:

"WH12345"

Response

204

Success