Unregister Event Listener

Instructs Optimove to stop reporting events of the specified event type to a previously-registered listener.

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

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

  • 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)

Body Params
int32
required
string
required
length ≥ 1
int32 | null

The identifier of a particular campaign execution channel.

Response
200

Success

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