Skip to main content
DELETE
/
{team_id}
/
time
/
entries
/
{time_entry_id}
Soft-delete a time entry
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/time/entries/{time_entry_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "id": "err5f744ab",
    "code": 403,
    "sec": "SEC:000-00014",
    "message": "You do not have access to this resource",
    "date": 1608742037016
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

time_entry_id
string
required

Time Entry ID (client-supplied ULID).

Response

Time entry soft-deleted