Soft-delete (disable) a webhook endpoint. Delivery history is retained.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/webhook-endpoints/{id}
curl -i -X DELETE \
'https://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>' \
-H 'Idempotency-Key: string'Response
{ "message": "Webhook endpoint deleted" }