Delete Service By Id
Delete one service from the service registry, making it unavailable to other services.
Request
URI
DELETE
https://{api_host}/dms/service/v0alpha1/services/{service_id}
COPY
Path Parameters
string
service_id
Required
ID of the service to be deleted. It is the name associated with the service.
Responses
204
Successfully deleted a service or service does not exist.
Operation doesn't return any data structure
Service Registry Registration Operations
DELETE
Delete Service By Id
PATCH
Patch Service By Id
PUT
Put Service By Id