Delete API Key


                https://api.ocamba.com/v2/ocamba/personal-api-keys/{id}
            

Delete an API Key. Delete API Key is no longer in useable.


Name
Description
idstringrequired
API Key identifier.


Example: id=1001

204 - No Content
Arrow

500 - Internal Server Error
Arrow
Name
Description
codeinteger
Http response status code.


Example: 500

messagestring
The human readable message that describes how to deal with error.


Example: Internal server error.

titlestring
The error title.


Example: Internal server error.
tip
1 If you don't know the API Key id, list the API Keys to find it.
500 Arrow
{
  "code": 500,
  "title": "Internal server error.",
  "message": "Internal server error."
}