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
uuidQuery Parameters
delete_configurations
Delete configurations.
Typeboolean
default
truedelete_volumes
Delete volumes.
Typeboolean
default
truedocker_cleanup
Run docker cleanup.
Typeboolean
default
truedelete_connected_networks
Delete connected networks.
Typeboolean
default
trueResponses​
Application deleted.
application/json
JSON
{
"message": "Application deleted."
}
