Delete Application
Delete an individual Application.
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"
}
]
}Changes
Changed in 2 of the 50 revisions of this API.534
- ▲
the
response's property type changed fromintegerto no type, and format fromint32to no format for statusresponse-property-type-changed
- ▲
the
response's property type changed fromintegerto no type, and format fromint32to no format for statusresponse-property-type-changed
- ●
added the new
404.00enum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
500.00enum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ▲
- ▲
the
response's property type changed from no type tointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
response's property type changed from no type tointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
removed the
404.00enum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
500.00enum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲