Deregister an external service
DELETE/service/:serviceId/:instanceId
Removes an active service registration. The caller must be the service account that registered it; global-service removal additionally requires a super user.
Request
Responses
- 204
- 401
- 403
- 404
Service deregistered successfully
Authentication is required or the supplied credentials are invalid
The authenticated user does not have permission to perform this operation
Service instance not found