Documentation Index

Fetch the complete documentation index at: /llms.txt

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

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>'
{
  "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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.