A/B Tests
Delete A/B test
Deletes a campaign A/B test and its variants. Running tests cannot be deleted, and the linked campaign must be in draft or rejected status.
delete/ab-tests/{abTestId}
Path parameters
abTestIdstring required
A/B test ID.
Response
A/B test deleted
Example response
{
"success": true
}