Delete
DELETE /applications/{uuid}
DELETE
/applications/{uuid}
Delete application by UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string format: uuid
UUID of the application.
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
Application deleted.
object
message
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string