[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Delete Service By ID
DescriptionDelete one service from the service registry, making it unavailable to other services.
Request
URLURL
https://{api_host}/dms/service/v0alpha1/services/{service_id}
Path Parameters
Path Parameters
string
service_id
Required
ID of the service to be deleted. It is the name associated with the service.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X DELETE https://{api_host}/dms/service/v0alpha1/services/{service_id}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1