Delete
DELETE
/applications/{uuid}
Delete application by UUID.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Typestring
Requiredformat
uuid
Query Parameters
delete_configurations
Delete configurations.
Typeboolean
default
true
delete_volumes
Delete volumes.
Typeboolean
default
true
docker_cleanup
Run docker cleanup.
Typeboolean
default
true
delete_connected_networks
Delete connected networks.
Typeboolean
default
true
Responses
Application deleted.
application/json
JSON
{
"message": "Application deleted."
}
DELETE
/applications/{uuid}