v1

latestOpenAPI 3.1.02026-07-26189891.1 MB
Keys

Delete a specific key

Delete a specific key by its id.

delete/v1/config/keys/{id}

Path parameters

idstring required

The ID of the key

Example:629e3f7e62295be60488fb26

The id of the key to delete

Response

The key was deleted successfully, a simple status is returned.

messagestring

The status of the request in a human-readable form

deletedboolean

Indicates whether the key was deleted

Example response

{
  "message": "Key deleted successfully",
  "deleted": true
}