Template Management

Delete Template Sets

Delete all installed Template Sets.

delete/templatesets

Response

All Template Sets were deleted successfully.

codeinteger required
messagestring required
requestIdinteger

Example response

{
  "code": 200,
  "message": "success",
  "requestId": 3,
  "_links": {
    "self": "/mgmt/shared/fast/applications",
    "task": "/mgmt/shared/fast/tasks/12345"
  }
}

Changes

Changed in 2 of the 50 revisions of this API.222

  • 702ae6b27810111See the full diff
    • the code response's property type/format changed from integer/int32 to / for status 500

      response-property-type-changed

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

      response-property-enum-value-added

    • added the optional property error to the response with the 500 status

      response-optional-property-added

  • 8a7a27296ff3111See the full diff
    • the code response's property type/format changed from / to integer/int32 for status 500

      response-property-type-changed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

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

      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