@@ -56,7 +56,7 @@ namespace GxPress.Api.AdminControllers
/// </summary>
/// <param name="id"></param>
/// <returns></returns>
- [HttpDelete]
+ [HttpDelete("{id}")]
public async Task<bool> DeleteAsync(int id)
{
return await specialLabelRepository.DeleteAsync(id);