Delete Cloud Provider Token​
DELETE
/cloud-tokens/{uuid}
Delete cloud provider token by UUID. Cannot delete if token is used by any servers.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the cloud provider token.
Type
Requiredstring
Responses​
Cloud provider token deleted.
application/json
JSON
{
"message": "Cloud provider token deleted."
}
