Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a campaign A/B test
cURL
curl --request DELETE \ --url https://api.sequenzy.com/api/v1/ab-tests/{abTestId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
testing
winner_selected
draft
rejected
curl -X DELETE "https://api.sequenzy.com/api/v1/ab-tests/ab_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"