v1
latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KBApplication Management
Delete FAST Applications
Delete multiple FAST managed Applications (all if no body is provided).
delete/applications
Request body
string[] required
Example request
[ "tenant/app" ]
Response
Delete job submitted 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"
}
]
}