Skip to main content
DELETE
/
api
/
v1
/
webhook_endpoints
/
{id}
curl -X DELETE https://api.agentcard.sh/api/v1/webhook_endpoints/wh_abc123 \
  -H "Authorization: Bearer sk_test_..."
Deletes the endpoint and all of its recorded delivery attempts. Stops sending new events immediately. No body is returned. If you want to keep the endpoint configured but pause deliveries temporarily, update it with status: "disabled" instead.
curl -X DELETE https://api.agentcard.sh/api/v1/webhook_endpoints/wh_abc123 \
  -H "Authorization: Bearer sk_test_..."