Revoke an IAM Access Key
DELETE
/access-key/{key}
This operation revokes the specified IAM Access Key. Access Keys created by the revoked Access Key will not be revoked.
Path parameters
-
key string Required
DELETE /access-key/{key}
curl \
-X DELETE https://api-ch-gva-2.exoscale.com/v2/access-key/{key}
Response example (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}