Unenrol From Experiment.

DELETE /api/teams/{team}/participants/{participant}/experiments/{experiment}

Path parameters

Responses

  • 403 application/json
    Hide response attribute Show response attribute object
  • 404 application/json
    Hide response attribute Show response attribute object
DELETE /api/teams/{team}/participants/{participant}/experiments/{experiment}
curl \
 -X DELETE https://checkmango.com/api/teams/3/participants/aut/experiments/dolorem \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (403)
{
  "message": "Unauthenticated."
}
Response examples (404)
{
  "message": "Not Found"
}