Company logoTrust Center Documentation

Delete a variant

Permanently delete a variant. Cascades to its options and content assignments. Browse request parameters, authentication requirements, response payloads, and…

DELETE
/api/v1/variants/{id}

Permanently delete a variant. Cascades to its options and content assignments.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/variants/string"
{  "success": true,  "data": {    "id": "string"  }}

How is this guide?