For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a Key

The delete API key operation requires the apiKeyId, which can be retrieved using the List API Keys endpoint.

DELETEhttps://api.olisystems.com/user/api-key/{apiKeyId}

Headers

Name
Value

Authorization*

Bearer <token>

Example Response

{
  "message": "User API KEY successfully deleted"
}
{
  "message": "No API key found with API Key ID"
}
{
  "status": "ERROR",
  "message": "Unexpected Error occurred.  Please Try again",
}

Last updated

Was this helpful?