Axelered AI
API Auth

Delete API Key

DELETE
/w/{workspace_id}/keys/{key_id}

Permanently delete an API key from the workspace. This action cannot be undone.

Path Parameters

key_id*Key Id
Formatuuid
workspace_id*Workspace Id
Formatuuid

Response Body

application/json

application/json

{  "status": "ok"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}