diff --git a/src/SFA.DAS.EmployerAccounts/Configuration/TasksClientApiConfiguration.cs b/src/SFA.DAS.EmployerAccounts/Configuration/TasksClientApiConfiguration.cs deleted file mode 100644 index 7801607228..0000000000 --- a/src/SFA.DAS.EmployerAccounts/Configuration/TasksClientApiConfiguration.cs +++ /dev/null @@ -1,10 +0,0 @@ -using SFA.DAS.EmployerAccounts.Interfaces; - -namespace SFA.DAS.EmployerAccounts.Configuration -{ - public class TasksClientApiConfiguration : ITasksClientApiConfiguration - { - public string ApiBaseUrl { get; set; } - public string IdentifierUri { get; set; } - } -} diff --git a/src/SFA.DAS.EmployerAccounts/Interfaces/ITasksClientApiConfiguration.cs b/src/SFA.DAS.EmployerAccounts/Interfaces/ITasksClientApiConfiguration.cs deleted file mode 100644 index 663aba6688..0000000000 --- a/src/SFA.DAS.EmployerAccounts/Interfaces/ITasksClientApiConfiguration.cs +++ /dev/null @@ -1,8 +0,0 @@ -using SFA.DAS.Http.Configuration; - -namespace SFA.DAS.EmployerAccounts.Interfaces -{ - public interface ITasksClientApiConfiguration : IManagedIdentityClientConfiguration - { - } -}