Skip to main content
DELETE
/
catalog
/
products
/
{product_pk}
/
image
/
{pk}
Delete a product image
curl --request DELETE \
  --url https://api.kelviq.com/api/v1/catalog/products/{product_pk}/image/{pk}/ \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.kelviq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

product_pk
string<uuid>
required

Parent product UUID.

pk
string<uuid>
required

Image UUID.

Response

Image deleted.