Back to Time Registration External Keys

DELETE Method Details for DeleteExternalKeys.

Delete external key by time registration identifier and external system identifier

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-registration/{timeRegistrationID}/external-keys

Parameters

  • timeRegistrationID integer Time registration identifier
  • externalSystemID integer External system identifier
  • version string The requested API version

Returns

  • [200] External key is deleted successfully
  • [401] Invalid authentication token
  • [500] External key could not be deleted
    • 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": ""
    }