Skip to content
lumalabs.ai

Delete a file

DELETE/files/{file_id}

Soft-delete a file. It can no longer be referenced from new generations. Returns 204 with no body.

Path ParametersExpand Collapse
file_id: string
formatuuid

Delete a file

curl https://agents.lumalabs.ai/v1/files/$FILE_ID \
    -X DELETE \
    -H "Authorization: Bearer $LUMA_AGENTS_API_KEY"
Returns Examples