APIDatabase management

Delete database

Permanently removes the specified database from the server

Permanently removes the specified database from the server

DELETE
/api/client/servers/{server}/databases/{database}

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server ID

database*string

Database ID

Response Body

curl -X DELETE "https://example.com/api/client/servers/string/databases/string"
Empty
Empty
Empty
Empty
Empty