Skip to main content
DELETE
/
v1
/
org
/
time-reports
/
system-time-types
/
{system_integration_id}
/
{system_time_type_id}
Delete System Time Type
curl --request DELETE \
  --url https://api.twine.se/v1/org/time-reports/system-time-types/{system_integration_id}/{system_time_type_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 404,
  "errors": [],
  "message": "Not Found"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

system_time_type_id
string
required
system_integration_id
string
required

Response

No Content Response