v1

latestOpenAPI 3.1.02026-07-26189891.1 MB
Enterprise

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.

messagestring

The status of the request in a human-readable form

deletedboolean

Indicates whether the member was deleted

Example response

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