Skip to main content
DELETE
/
v1
/
webhook-endpoints
/
{webhook_endpoint_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://roughy-api-staging.fly.dev/v1/webhook-endpoints/{webhook_endpoint_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Path Parameters

webhook_endpoint_id
string
required

Identifier of the webhook endpoint.

Response

204

Endpoint removed.