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>"
}

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.