Documentation

Key Results

Delete key result

Delete key result and all its achievements (cascade)

ProductionStagingUAT
DELETEhttps://ankiren.com/api/me/okr/key-results/{id}

Parameters

Path Parameters

  • idintegerpathRequired

    Key result ID

Responses

200 · Key result deleted

  • successboolean
application/json
{
  "success": true
}

Sample Code

Đổi ngôn ngữ ở ô Language trên thanh Documentation.

cURL
curl -X DELETE 'https://ankiren.com/api/me/okr/key-results/{id}' \
  -H 'Authorization: Bearer <token>' \
  -H 'Accept: application/json'