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-workspace-idstringrequired

The unique identifier of the workspace being accessed.

Path Parameters

idstringrequired

The unique identifier of the API key to delete.

Response Fields

successboolean

Whether the deletion was successful.

{
  "success": true
}