DeleteFile
Certified
Delete an Anthropic file
DeleteFile
Certified
Delete an Anthropic file
yaml
type: io.kestra.plugin.anthropic.DeleteFileExamples
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
apiKey *Requiredstring
fileId *Requiredstring
model *Requiredstring
maxTokens integerstring
Default
1024temperature numberstring
Default
1.0