Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.example.com/api/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <x-api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string
required

Path Parameters

webhook_id
string
required

Response

Successful Response