Skip to main content
DELETE
Deletes a working time record from your COR instance using its external ID.
Since working time records cannot be updated, use this endpoint followed by a create operation when you need to modify a record.

Path Parameters

string
required
External working time record ID that was used when creating the record

Request Body Requirements

object
required

Known Errors

  • WorkingTimeNotFoundError — No working time record found with the specified external ID
  • ValidationError — Missing required metadata.source field