[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Delete Service By ID

Description

Delete one service from the service registry, making it unavailable to other services.

Request

Request

URL

URL


delete
https://{api_host}/dms/service/v0alpha1/services/{service_id}
Copy

Path Parameters

Path Parameters

string
service_id Required

ID of the service to be deleted. It is the name associated with the service.


Response

Response

204 No Content

Successfully deleted a service or service does not exist.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/dms/service/v0alpha1/services/{service_id}


[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Service Registry Registration Operations
Feedback

Was this page helpful?