1.9 KiB
1.9 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the server.
Type
string
Required
Responses
200400401404422
Server deleted.
Content-Type
application/json
SchemaJSON
JSON
{
"message": "Server deleted."
}
DELETE
/servers/{uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI