Delete Bulk Variant Contents

DELETE {{apiPath}}/environments/{{envID}}/templates/{{templateName}}/contents?filter=variant%20eq%20{{variantName}}

The operation DELETE /environments/{{envID}}/templates/{{templateName}}/contents with the required filter variant eq {{variantName}} bulk deletes all contents that meet the filter requirements.

No other filters are supported.

ParameterDescription
filterRequired Use the filter parameter with the variant eq {{variantName}} value to specify contents to delete.

Request Params

KeyDatatypeRequiredDescription
filterstring