POST /api/cf/sites/:id/purge
| Method | POST |
| Path | /api/cf/sites/:id/purge |
| Group | Cf |
| Auth | session cookie |
| Source | shared/api-core/src/routes/cf.ts |
Call it
curl -X POST https://zeqsdk.com/api/cf/sites/:id/purge \
-H "Content-Type: application/json" \
-d '{}'
Reference
- Group: Cf
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.