Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.polpo.sh/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "removed": true
  }
}

Authorizations

Authorization
string
header
required

Project API key (sk_live_... or sk_test_...)

Path Parameters

id
string<uuid>
required

Response

Webhook deleted

ok
boolean
data
object