Delete a Key
The delete API key operation requires the apiKeyId
, which can be retrieved using the List API Keys endpoint.
DELETE
https://api.olisystems.com/user/api-key/{apiKeyId}
Headers
Name
Value
Authorization*
Bearer <token>
Example Response
{
"message": "User API KEY successfully deleted"
}
Last updated
Was this helpful?