api_keys

Delete one of the authenticated user's API keys

Permanently revoke an API key belonging to the currently authenticated user. The key stops working immediately. Keys owned by other users are not visible here and cannot be deleted through this endpoint.

delete/v1/user/api_keys/{api_key_id}

Path parameters

api_key_idstring required

The GlobalID of the API key.

The GlobalID of the API key.

Response

No content returned on successful deletion.

Changes