For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deletes the key with the specified ID

delete /profiles/keys/{id}

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

id

string

Key Identifier

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                type: boolean
}
{
   description: Unauthorized.
}
{

description: Forbidden.

}
{
description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
}

Last updated