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

Authorizations

Authorization
string
header
required

Auth0 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

204 - application/json

OK

The response is of type any.