API Keys

Delete an API key

Delete an existing API key. Authenticate with a management key, or with a Connect client secret. A client secret reaches only the keys that same client created; any other key responds as if it does not exist.

delete/keys/{hash}

Path parameters

hashstring required

The hash identifier of the API key to delete

Example:f01d52606dc8f0a8303a7b5cc3fa07109c2e346cec7c0a16b40de462992ce943

The hash identifier of the API key to delete

Response

API key deleted successfully

deletedtrue required

Confirmation that the API key was deleted

Example response

{
  "deleted": true
}

Changes