unregisterService
Unregister a service from the Spaceify service manager. Applications and spacelets can unregister only their own provided services.
The service names are not unique among the installed applications and spacelets in the edge node. The unique name parameter is required if native or develop mode application is unregistering its service. For other application types only the sevice_name is required.
Request
Parameter | Type | Description |
---|---|---|
service_name | string | Name of a service. |
unique_name | string | Unique name of a native or develop mode application. |
Result response
Type | Desription |
---|---|
object | The service object of the unregistered service. |
Error response
An error_object. |