Remove API key
| Name | Route | Method | Query Parameters |
|---|---|---|---|
| Remove API key | /api/v0/admin/keys/remove |
GET |
admin_key, key |
Remove API key
Existing API key can be removed through API using key that has privileged access or through Web UI.
Example usage
Remove API key through API call.
| Cell name | Example value | Description |
|---|---|---|
key |
hc46e1pukyf8ws7b |
UID of the key that we want to remove |
GET - http://localhost:5340/api/v0/admin/keys/remove?admin_key=...&key=hc46e1pukyf8ws7b
Response is JSON object
Note
This operation can only be performed with an API key that has a privileged access (master key).