Delete Channel Templates

Removes previously added channel templates.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Notes

  • A maximum of 100 templates may be deleted with one call.
  • Available ChannelID values can be seen here, and you can also retrieve the available execution channel IDs and associated channel names using the GetExecutionChannels function.
  • This function does not return a payload. A successful call will return a response code of 200 (success). Refer to an explanation of the other possible response codes at Error Handling

Sample Request

[
	{"ChannelID":7,"TemplateID":15},
	{"ChannelID":7,"TemplateID":26}
]

Sample Response

None
Body Params
Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!