Sign in

Delete item file

documented

Remove a file from a plan item.

DELETE /api/workspaces/{workspaceId}/items/v1/{itemId}/files/{fileId}Itemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: This DELETE endpoint is documented in LiquidPlanner New API docs. Base URL: https://next.liquidplanner.com/api/; Endpoint: https://next.liquidplanner.com/api/workspaces/<workspace_id>/items/v1/<item_id>/files/<file_id> (DELETE). See sources: turn3view0, turn4view0.

npx -y keychains@latest curl "https://next.liquidplanner.com/api/workspaces/{{$workspaceId}}/items/v1/{{$itemId}}/files/{{$fileId}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d ' '
Delete item file · liquidplanner · OpenIntegrations