Delete a variant option
Permanently delete an option belonging to the given variant. Cascades to its content assignments. Browse request parameters, authentication requirements,…
Permanently delete an option belonging to the given variant. Cascades to its content assignments.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
optionId*string
Response Body
application/json
curl -X DELETE "https://example.com/api/v1/variants/string/options/string"{ "success": true, "data": { "id": "string" }}How is this guide?