This API is used to delete a model service. You can delete your own services only.
DELETE /v1/{project_id}/services/{service_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID. |
service_id |
Yes |
String |
Service ID. If you want to delete multiple services in batches, use commas (,) to separate multiple service_id values. |
None
None
The following shows how to delete the model service whose ID is xxxxxx.
DELETE https://endpoint/v1/{project_id}/services/xxxxxx
{}
For details about the status code, see Table 1.
See Error Codes.