Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete file mutation.
| Field | Value |
|---|---|
| Name | deleteFile |
| Group | Files |
| Type | Mutation |
| Signature | deleteFile(input: DeleteFileInput!): DeleteFilePayload |
mutation DeleteFile($input: DeleteFileInput!) {
deleteFile(input: $input) {
error
success
}
}
{
"input": {
"filePath": ""
}
}