Cancel Trial

POST /trials/trialId/cancel

trialID is the UUID corresponding to the trial

Request

{
  "reason": "Didn't like the product" // captured in the endStatusReason on the trial
}

Response

{
  "trialId": "trl_UUID",
  "status": "ended",
  "endStatus": "canceled",
  "endStatusDate" : "2025-05-19T12:00:00Z"
}