Delete an MCP configuration by slug
DELETE/mcp-configurations/:slug
Deletes a slug-addressed configuration. Refuses to delete the caller's only remaining configuration. If the deleted configuration was the caller's default, the most recently updated remaining configuration is promoted to default in the same transaction. Owner only.
Request
Responses
- 204
- 400
- 404
- 409
- 500
The configuration was deleted
The slug does not match the expected cfg_ format (INVALID_PARAMETER).
Resource not found
The caller has no other configuration to fall back to (MCP_CONFIGURATION_CANNOT_DELETE_LAST).
The configuration could not be deleted (INTERNAL_SERVER_ERROR).