Last update:
April 4, 2024
deleteFile mutation¶
This mutation allows deleting a file.
Arguments¶
The DeleteFileCommandType! represents the command to delete a file.
Field | Description |
---|---|
id String! |
The ID of the file to be deleted. |
Possible returns¶
Possible return | Description |
---|---|
Boolean |
Indicates the success or failure of the deletion operation. |