DeleteFile

DeleteFile

Certified

Delete an Anthropic file

yaml
type: io.kestra.plugin.anthropic.DeleteFile
yaml
    id: anthropic_delete_file
    namespace: company.team

    tasks:
      - id: delete_file
        type: io.kestra.plugin.anthropic.DeleteFile
        apiKey: "{{ secret('ANTHROPIC_API_KEY') }}"
        fileId: "{{ outputs.upload.fileId }}"
Properties
Default1024
Default1.0