Detach a file from a run
Unlinks a pooled file from a playbook run. Refuses (409) a file that is a durable task output (uploadedInRunId of this run). Requires file:write on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
runId
fileId
Response
The file was detached.
ok
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
503
Service Unavailable Error