Skip to main content
DELETE
/
webhooks
/
{endpoint_id}
Delete webhook
curl --request DELETE \
  --url https://api.proxyjam.com/public/v1/webhooks/{endpoint_id} \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt

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

Soft-deletes the endpoint and cancels pending retries for this endpoint.

Path parameters

endpoint_id
string
required
Webhook endpoint UUID.

Response

Returns 204 No Content on success.

Example

curl -X DELETE "https://api.proxyjam.com/public/v1/webhooks/wh_01HXYZ" \
  -H "X-API-Key: pj_AbCdEf..."