Delete
DELETE /databases/{uuid}
DELETE
/databases/{uuid}
Delete database by UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string format: uuid
UUID of the database.
Query Parameters
delete_configurations
boolean
Delete configurations.
delete_volumes
boolean
Delete volumes.
docker_cleanup
boolean
Run docker cleanup.
delete_connected_networks
boolean
Delete connected networks.
Responses
200
Database deleted.
object
message
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string