Skip to main content
DELETE
/
services
/
{serviceId}
Delete a service
curl --request DELETE \
  --url http://localhost:9371/services/{serviceId}
{
  "error": "<string>"
}

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

The service was deleted successfully.

Last modified on July 1, 2026