Unregister Event Listener

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%3A%2F%2Fwww.exampleurl.com%2Feventlistener6"
}

Sample Response (none)

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