Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/capture/capture.controller.ts
Delete a captured flow
Endpoint
DELETE /capture/:projectId/flows/:id
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
id | path | string | ✓ |
Referenced By
CaptureController(MODULE_DECLARES)
Was this page helpful?