Application Management

Delete Application

Delete an individual Application.

delete/applications/{tenantName}/{appName}

Response

The Application was deleted successfully.

requestIdinteger
codeinteger required

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

  • 702ae6b27810222See the full diff
    • the response's property type changed from integer to no type, and format from int32 to no format for status

      response-property-type-changed

    • the response's property type changed from integer to no type, and format from int32 to no format for status

      response-property-type-changed

    • added the new 404.00 enum value to the response property for the response status

      response-property-enum-value-added

    • added the new 500.00 enum value to the response property for the response status

      response-property-enum-value-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

  • 8a7a27296ff3312See the full diff
    • the response's property type changed from no type to integer, and format from no format to int32 for status

      response-property-type-changed

    • the response's property type changed from no type to integer, and format from no format to int32 for status

      response-property-type-changed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the 404.00 enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the 500.00 enum value from the response property for the response status

      response-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