v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
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

successboolean

Example response

{
  "success": true
}