Skip to content

Delete

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
default: true

Delete configurations.

delete_volumes
boolean
default: true

Delete volumes.

docker_cleanup
boolean
default: true

Run docker cleanup.

delete_connected_networks
boolean
default: true

Delete connected networks.

Responses

200

Application deleted.

object
message
string
Application deleted.

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.