Skip to main content
DELETE
/
v1
/
webhook_endpoints
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.example.com/v1/webhook_endpoints/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "object": "webhook_endpoint",
  "id": "we_01HXMQ7Z3K8Y2NABCDEFGHJKMN",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt

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

Authorizations

X-Api-Key
string
header
required

Your team API key (starts with al_live_ — legacy keys may start with og_).

Headers

Aurous-Version
string

Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-05-15"

Path Parameters

id
string
required

Opaque endpoint id.

Example:

"we_01HXMQ7Z3K8Y2NABCDEFGHJKMN"

Response

Endpoint deletion attempt completed. deleted: true when a row was removed; deleted: false when nothing matched the (id, team) tuple.

object
string
Example:

"webhook_endpoint"

id
string | null
Example:

"we_01HXMQ7Z3K8Y2NABCDEFGHJKMN"

deleted
boolean
Example:

true