Delete Channel Apps

Removes previously added apps.

Rate Limit

This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.

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":506,"AppID":"9c5f496c-392a-45a4-8414-12d42bf1fc8e"},
	{"ChannelID":506,"AppID":"9c5f496c-392a-45a4-8414-2bf1f12d4c3d"}
]

Sample Response

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