Functions - unregister service
From The Socknet
unregister_service is used when a Service intends to stop functioning and there is a possibility that someone else could obtain its domain name.
Specification
POST unregister_service
{ from: { serviceid: "http://photosite.com/agents" }
}
->
nothing
unregister_service is called via POST.
The request must include the from field.
No response is necessary, but if an error is returned, the requester should repeat the request later.
Support
Providers must support this function.
Services have no use for this function.

