diff --git a/src/Api/Models/Request/CollectionRequestModel.cs b/src/Api/Models/Request/CollectionRequestModel.cs index 1ec1ee7960..59fa0160a3 100644 --- a/src/Api/Models/Request/CollectionRequestModel.cs +++ b/src/Api/Models/Request/CollectionRequestModel.cs @@ -35,8 +35,6 @@ public class CollectionBulkDeleteRequestModel { [Required] public IEnumerable Ids { get; set; } - [Obsolete("OrganizationId is no longer required and will be removed in a future release")] - public string OrganizationId { get; set; } } public class CollectionWithIdRequestModel : CollectionRequestModel