API Keys
Delete an API key
Delete an API key. You cannot delete the last remaining key for the tenant, nor the key currently authenticating the request — both return 409. A successful deletion returns no response body.
delete/v1/api-keys/{uuid}
Path parameters
uuidstring uuid required
UUID of the API key to delete.
Response
The API key was deleted. No response body is returned.