Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://pilotstatus.com.br/v1/webhooks/{id} \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "id": "wh_01HZX..."
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Headers

x-whatsapp-number-id
string

Scopes to a single number (required for per-number OAuth grants).

Path Parameters

id
string
required

Webhook id.

Response

Delete webhook