Remove API Key

Invalidates an API Key you have previously generated. It will no longer work as a login credential.

HTTP Method

GET /api/account/remove_api_key

Query String Parameters — Required

Name Details
v Description The version of the API to use
Allowed Values 1
Example v=1
api_token Description The API token used for this session
Allowed Values Hex String
Example api_token=7ca5dc5c7cce449fb0fff719307e8f5f
api_securekey Description A long term security key to invalidate
Allowed Values Hex String
Example api_securekey=968a8b637a5040159424872fffdb895b

Responses

HTTP Code Details
204 Description Success
Contents none
400 Description An error occurred
Contents Error description (see Error Format for details)

Example Requests

GET /api/account/remove_api_key?v=1&api_token=7ca5dc5c7cce449fb0fff719307e8f5f
&api_securekey=968a8b637a5040159424872fffdb895b HTTP/1.1
Host: api.cielo24.com

Example Response

HTTP/1.1 204 OK