diff --git a/src/Shentun.Peis.Application/ThirdInterfaces/ThirdInterfaceAppService.cs b/src/Shentun.Peis.Application/ThirdInterfaces/ThirdInterfaceAppService.cs
index 060cff2..0731fbf 100644
--- a/src/Shentun.Peis.Application/ThirdInterfaces/ThirdInterfaceAppService.cs
+++ b/src/Shentun.Peis.Application/ThirdInterfaces/ThirdInterfaceAppService.cs
@@ -103,7 +103,7 @@ namespace Shentun.Peis.ThirdInterfaces
///
///
///
- [HttpPost("api/app/ThirdInterface/Update")]
+ [HttpPost("api/app/ThirdInterface/Delete")]
public async Task DeleteAsync(DeleteThirdInterfaceDto input)
{
await _thirdInterfaceManager.CheckAndDeleteAsync(input.Id);