delete https://api.taplytics.com/v2/experiments/
A single Experiment object with all its details
Parameters
- id (required, string,
548223f2c7036020742ff21c
) ... Taplytics id of the experiment you would like to delete.
Response
200 - Object
Delete an Experiment
URL
https://api.taplytics.com/v2/experiments/{id}{?api_token}
Headers
application/json; charset=utf-8
Response Body
{
"deleted": true,
"id": "548223f2c7036020742ff21c"
}