-
Notifications
You must be signed in to change notification settings - Fork 123
(Core API) deafen
Thomas Muldowney edited this page Apr 14, 2011
·
3 revisions
Removed a registered listener for an Event.
GET
This is a service method and must have the sending service id before the method.
/9fdfb7e5c6551dc45300aeb0d21fdff4/deafen
This would stop listening for events against service 9fdfb7e5c6551dc45300aeb0d21fdff4
- 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.
/9fdfb7e5c6551dc45300aeb0d21fdff4/deafen?type=test%2fevent&cb=event
- 200: It was removed. OKTHXBI
- 400: The type or cb were not specified.
- 404: The service id is not a valid installed service.