Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook by ID
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The unique identifier of a webhook

Example:

"WH12345"

Response

Success