Skip to main content
DELETE
/
integrations
/
webhooks
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://ai-api.getbreezyapp.com/api/v1/integrations/webhooks/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

User JWT bearer token. User principals can manage API keys and call tenant-scoped customer endpoints.

Path Parameters

id
string
required

Unique identifier (UUID)

Pattern: ^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$

Body

application/json

The body is of type object.

Response

200 - application/json

OK

data
object
required
read-only