Skip to main content
DELETE
https://api.trillet.ai
/
v1
/
api
/
keys
/
{id}
Delete API Key
curl --request DELETE \
  --url https://api.trillet.ai/v1/api/keys/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Headers

x-api-key
string
required
API key used for authenticating requests to the API.

Path Parameters

id
string
required
The unique identifier of the API key to delete.

Response Fields

success
boolean
Whether the deletion was successful.
{
  "success": true
}