API Docs / Operations / API Keys / Delete an API key

Delete an API key

DELETE /account/keys/{key}

Deletes an API key for the currently authenticated user. Use the Key (Guid) as the identifier.

Parameters

NameTypeDescription
key* path string (uuid)

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it