DELETE /api/zsc/:name
| Method | DELETE |
| Path | /api/zsc/:name |
| Group | Zsc Admin |
| Auth | admin session cookie |
| Source | shared/api-core/src/routes/zscAdmin.ts |
Call it
curl -X DELETE https://zeqsdk.com/api/zsc/:name
Requires an authenticated admin session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Zsc Admin
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.