Back

delete-file (clj)

(source)

function

(delete-file params) (delete-file params options)
Delete a file. Example: ``` (delete-file {:file-id "file-wefuhweof"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/files/delete)

Examples