v1
latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KBApplication Management
Delete Application
Delete an individual Application.
delete/applications/{tenantName}/{appName}
Response
The Application was deleted successfully.
Example response
{
"_links": {
"self": "/mgmt/shared/fast/applications",
"task": "/mgmt/shared/fast/tasks/12345"
},
"requestId": 3,
"code": 202,
"message": [
{
"id": "ff70c2c0-af21-44c8-8fec-18e2d82eabf0"
}
]
}