Back to Employee Expense

DELETE Method Details for DeleteFile.

Delete employee expense file(s) with the employee expense identifier and the image url

Definition

https://app[x].timelog.com/[account name]/api/v{version}/employee-expense/{employeeExpenseID}/file

Parameters

  • employeeExpenseID integer Employee expense identifier
  • fileUrl array Employee expense file Uri
  • version string The requested API version

Returns

  • [200] Employee expense file was deleted
  • [401] Invalid authentication token
  • [500] Employee expense file with the identifier and file does not exist
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }