Skip to main content
DELETE
/
articles
/
{sellerId}
/
{articleId}
/
images
/
{uuid}
Delete article
curl --request DELETE \
  --url https://api.quivo.co/articles/{sellerId}/{articleId}/images/{uuid}
This response has no body data.

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

articleId
integer<int64>
required

The unique identifier for an article (product/SKU) in the system.

uuid
string
required

A universally unique identifier (UUID), typically used for images or other resources.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.