The IDs of the files to delete. This operational is “all or nothing” — meaning all the file IDs must be valid and successfully deleted or none of the files specified by the file IDs are deleted.
Response
Success. All files specified by the file IDs were deleted.
successboolean
Indicates whether the bulk delete was successful. Returns true if the all files were successfully deleted, otherwise returns false.
error_file_idsstring[]
An array of file IDs that could not be deleted. This array will not be returned if all files were successfully deleted.