Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://roughy-api-staging.fly.dev/v1/webhook-endpoints/{webhook_endpoint_id} \ --header 'Authorization: Bearer <token>'
Remove a webhook endpoint. Delivery to it stops immediately.
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Authorization: Bearer sk_…
Identifier of the webhook endpoint.
Endpoint removed.