For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Availability Rule

Deletes the availability rule for a given key. The dimension must be tags or vendors; the key is URL-encoded.

Delete a Catalog Availability Rule

delete

Deletes the availability rule for the given key. Returns 404 if it is absent.

Path parameters
merchant_idinteger · int32Required
dimensionstringRequired

'tags' or 'vendors'

keystringRequired

The tag or vendor name (URL-encoded)

Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
204

The rule was deleted.

No content

delete/merchants/{merchant_id}/catalog-rules/availability/{dimension}/{key}
204

The rule was deleted.

No content

Last updated

Was this helpful?