Permanently remove an API key that is no longer needed or has been compromised. Once revoked, the key can no longer be used to authenticate against our services. The endpoint returns an ID to track the operation.
key_id string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/keys curl -X DELETE "https://cloud.hostup.se/api/keys?key_id=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
}