Either fileIds (with optional parallel accountIds) for multi-file delete, or fileId (with optional accountId) for the single-file fallback. fileIds wins when both are set.
fileIds
accountIds
fileId
accountId
@type t() :: %Spatio.Model.BulkDeleteFilesRequest{ accountId: String.t() | nil, accountIds: [String.t()] | nil, fileId: String.t() | nil, fileIds: [String.t()] | nil }