Skip to content
Thomas Muldowney edited this page Apr 14, 2011 · 3 revisions

Removed a registered listener for an Event.

Method

GET

URI

This is a service method and must have the sending service id before the method.

URI Example

/9fdfb7e5c6551dc45300aeb0d21fdff4/deafen

This would stop listening for events against service 9fdfb7e5c6551dc45300aeb0d21fdff4

Arguments

  • type: The event type to check for the id and cb against.
  • cb: The URL of the callback to remove. If the given URL does not have a leading / it is added.

Arguments Example

/9fdfb7e5c6551dc45300aeb0d21fdff4/deafen?type=test%2fevent&cb=event

Result

  • 200: It was removed. OKTHXBI
  • 400: The type or cb were not specified.
  • 404: The service id is not a valid installed service.
Clone this wiki locally