Files

2.1 KiB
Raw Permalink Blame History

Skip to content

Return to top

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

string

Required

Responses


200400401404

Cloud provider token deleted.

Content-Type

application/json

SchemaJSON

JSON

{

"message": "Cloud provider token deleted."

}

DELETE

/cloud-tokens/{uuid}

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Try it out

Samples


Powered by VitePress OpenAPI