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"
}

Last updated