Deleting a Template
You perform this activity when you want to delete a template containing incorrect information.
Request
-
HTTP Method: Delete
-
Example URL: Application_URL/services/api/v1/templates/{templateID}
-
Authorization: You must have the roles TEMPLATE_DELETE assigned to your user IDin the SAP Cloud Platform account.
-
Request Schema: To know about fields that you can use in a request payload, refer to the request schema in the https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#templates__templateID__delete file.
For more information about the request payload fields, their descriptions, and possible values, see Additional Information.
Response
-
If the system deletes the template successfully, system returns 200.
For more information, see https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#templates__templateID__delete.
- If the system cannot update the template, system returns appropriate error code in the response payload.
For more information, see https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#templates__templateID__delete.