Skip to main content
DELETE
/
v1
/
enterprise
/
keys
/
{id}
Delete an Enterprise ServiceKey
curl --request DELETE \
  --url https://api.mezmo.com/v1/enterprise/keys/{id} \
  --header 'enterprise-servicekey: <api-key>'
{
  "message": "Key deleted successfully.",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

enterprise-servicekey
string
header
required

When authorizing against our enterprise endpoints, they expect an enterprise service key instead of a regular organization service key. Some endpoints might expect both an enterprise service key and a regular organization service key.

Path Parameters

id
string
required

The ID of the key

Example:

"629e3f7e62295be60488fb26"

Response

200 - application/json

The Enterprise ServiceKey was deleted successfully, a simple status is returned.

message
string

The status of the request in a human-readable form

Example:

"Key deleted successfully."

deleted
boolean

Indicates whether the member was deleted

Example:

true