Skip to main content
DELETE
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.pamhq.com/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true
  },
  "meta": {
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pam.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:pk_live_your_api_key
required

API key provided as Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

Webhook ID.

Response

Webhook deleted

data
object
meta
object