Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Path Parameters

id
string
required

Agent id of the Primary Variant. Every split operation is addressed through the primary, not through a secondary variant.

Minimum string length: 1
variantAgentId
string
required

Agent id of the active variant to remove. Must not be the Primary Variant.

Minimum string length: 1

Body

application/json

The revision being changed.

revision
integer
required

The revision from the split you are changing.

Required range: x >= 1
Example:

5

Response

The split after removal.

success
boolean
required
splitTest
object
required