150 lines
2.3 KiB
Markdown
150 lines
2.3 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/delete-application-by-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Delete[](https://coolify.io/docs/api-reference/api/operations/delete-application-by-uuid#delete)
|
||
|
||
==================================================================================================
|
||
|
||
DELETE
|
||
|
||
/applications/{uuid}
|
||
|
||
Delete application by UUID.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/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[](https://coolify.io/docs/api-reference/api/operations/delete-application-by-uuid#parameters)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
uuid\*
|
||
|
||
UUID of the application.
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
### Query Parameters
|
||
|
||
delete\_configurations
|
||
|
||
Delete configurations.
|
||
|
||
Type
|
||
|
||
boolean
|
||
|
||
Default
|
||
|
||
`true`
|
||
|
||
delete\_volumes
|
||
|
||
Delete volumes.
|
||
|
||
Type
|
||
|
||
boolean
|
||
|
||
Default
|
||
|
||
`true`
|
||
|
||
docker\_cleanup
|
||
|
||
Run docker cleanup.
|
||
|
||
Type
|
||
|
||
boolean
|
||
|
||
Default
|
||
|
||
`true`
|
||
|
||
delete\_connected\_networks
|
||
|
||
Delete connected networks.
|
||
|
||
Type
|
||
|
||
boolean
|
||
|
||
Default
|
||
|
||
`true`
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/delete-application-by-uuid#responses)
|
||
|
||
--------------------------------------------------------------------------------------------------------
|
||
|
||
200400401404
|
||
|
||
Application deleted.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"message": "Application deleted."
|
||
|
||
}
|
||
|
||
DELETE
|
||
|
||
/applications/{uuid}
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/delete-application-by-uuid#playground)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
delete\_configurations
|
||
|
||
delete\_volumes
|
||
|
||
docker\_cleanup
|
||
|
||
delete\_connected\_networks
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/delete-application-by-uuid#samples)
|
||
|
||
----------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|