Skip to main content
DELETE
Delete an Enterprise ServiceKey

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