Terminate timecode
DELETE/api/v1/timecodes/:id
Terminate a timecode by closing its valid-time range — a soft delete that
sets valid_to to the supplied termination_date (defaulting to today)
rather than removing the row, and returns the updated timecode. A
termination_date earlier than the timecode's valid_from returns 422.
Required scope:
timecodes:delete
Request
Responses
- 200
- 403
- 422
Success
Forbidden
Unprocessable Content