v1
latestOpenAPI 3.1.02026-07-26189891.1 MBKeys
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.
Example response
{
"message": "Key deleted successfully",
"deleted": true
}