Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.reader.dev/v1/webhooks/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "id": "<string>"
  }
}
Removes a webhook subscription permanently. No further deliveries will be attempted for this endpoint.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

Deleted

success
enum<boolean>
required
Available options:
true
data
object
required