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.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the application.
Type
Requiredstring
Query Parameters
delete_configurations
Delete configurations.
Type
boolean
Default
truedelete_volumes
Delete volumes.
Type
boolean
Default
truedocker_cleanup
Run docker cleanup.
Type
boolean
Default
truedelete_connected_networks
Delete connected networks.
Type
boolean
Default
trueResponses​
Application deleted.
application/json
JSON
{
"message": "Application deleted."
}
