Skip to main content
DELETE
/
api
/
webhooks
/
endpoints
/
{id}
Delete Webhook Endpoint
curl --request DELETE \
  --url https://api.rapidly.tech/api/webhooks/endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rapidly.tech/llms.txt

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

Authorizations

Authorization
string
header
required

Create an Workspace Access Token in your workspace's settings page.

Path Parameters

id
string<uuid4>
required

The webhook endpoint ID.

Response

Webhook endpoint deleted.