Apikeys

Delete one of your own API keys (tenant)

DELETE
/api-keys/{name}

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Path Parameters

name*string

API key identifier in {namespace}/{shortName} format, or just {shortName} when the caller's namespace is implied. Admin endpoints accept the fully-qualified form.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api-keys/t-team-user/my-key"
{  "keyId": "string",  "status": "string"}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}