v1
latestOpenAPI 3.1.02026-07-26189891.1 MBEnterprise
Delete an Enterprise ServiceKey
Delete an Enterprise ServiceKey from list of keys for the Enterprise
delete/v1/enterprise/keys/{id}
Path parameters
idstring required
The ID of the key
Example:629e3f7e62295be60488fb26
Response
The Enterprise ServiceKey was deleted successfully, a simple status is returned.
Example response
{
"message": "Key deleted successfully.",
"deleted": true
}