Last updated 6 days ago
delete /profiles/keys/{id}
Deletes the key with the provided ID.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
id
string
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' }
Key Identifier