Skip to main content
DELETE
Delete a specific key

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

Path Parameters

id
string
required

The id of the key to delete The ID of the key

Example:

"629e3f7e62295be60488fb26"

Response

The key 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 key was deleted

Example:

true