/api/space/config-template-management/config-templates/deleteTemplateWithVersions

The following operation is supported on this resource:

  • DELETE - Delete Config Template With Versions
DELETE /config-templates/deleteTemplateWithVersionsVersion 3

Delete Config Template With Versions.

Sample Usage

DELETE /config-templates/deleteTemplateWithVersions


  • Sample Input XML:
    <delete-config-template-with-versions-request>
         <template-id-with-ver>
               <template-id-with-ver>14581776:1</template-id-with-ver>
         </template-id-with-ver>
    </delete-config-template-with-versions-request>

  • Sample Input JSON:
    {
       "delete-config-template-with-versions-request" : {
         "template-id-with-ver" : {
           "template-id-with-ver" : "14581776:1"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DeleteTemplate