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

Documentation Index

Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

serviceName
string
required

Normalized service name.

Minimum string length: 1

Response

The service was deleted successfully.

Last modified on May 14, 2026