DeepFellow DOCS

Delete an admin api key

Delete an admin API key.

DELETE
/v1/organization/admin_api_keys/{key_id}
AuthorizationBearer <token>

In: header

Path Parameters

key_idKey Id

The ID of the admin api key.

Match^[0-9a-fA-F]{24}$

Header Parameters

OpenAI-Organization?Openai-Organization

Response Body

curl -X DELETE "https://loading/v1/organization/admin_api_keys/5eb7cf5a86d9755df3a6c593" \
  -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593"
{
  "id": "5eb7cf5a86d9755df3a6c593",
  "object": "organization.admin_api_key.deleted",
  "deleted": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.