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