Skip to content

Delete​

DELETE
/servers/{uuid}

Delete server by UUID.

Authorizations​

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters​

Path Parameters

uuid*

UUID of the server.

Typestring
Required
formatuuid

Responses​

Server deleted.
application/json
JSON
{
"message": "Server deleted."
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI