post https://api4.optimove.net/General/UnregisterEventListener
Instructs Optimove to stop reporting events of the specified event type to a previously-registered listener.
Notes
- 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 Function Error Response Codes.
- ChannelID is optional. Available values can be seen here.
Sample Request
{
"EventTypeID":1,
"ChannelID":505,
"ListenerURL":"http://www.exampleurl.com/eventlistener6"
}
Sample Response (none)