Webhook endpoints

Delete a webhook endpoint

Delete a webhook endpoint permanently.

DELETE/v1/webhook-endpoints/{id}
0credits
x-api-keystringheader

API key (`sfk_...`)

Parameters
1
idstringrequiredpath

Webhook endpoint identifier.

min 1 chars

Response fields
7

Endpoint-specific response payload.

datadeleted
boolean

Always `true` on success.

one of: true

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/webhook-endpoints/abc123" \
  -H "x-api-key: YOUR_API_KEY" \
  -X DELETE

Responses

Webhook endpoint deleted.