Skip to main content
DELETE
/
api
/
v1
/
time_logs
/
{id}
Remover registro de tempo
curl --request DELETE \
  --url https://app.synkrony.ai/api/v1/time_logs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN

Path Parameters

id
string
required

Response

TimeLog destroyed successfully

data
object
required