Trillet AI logo

Delete API Key

Delete an API key. The key will immediately stop working for authentication.

DELETEhttps://api.trillet.ai/v1/api/keys/{id}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

Path Parameters

idstringrequired

The unique identifier of the API key to delete.

Response Fields

successboolean

Whether the deletion was successful.

{
  "success": true
}
Delete API Key — Trillet AI