Skip to main content

Delete Product Attributes

DELETE 

/api/products/:productId/attributes

Remove specific attributes from a product by attribute IDs.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Body fields:

  • attributes (required, array, min 1): array of attribute IDs to remove (must exist in attributes table)

Requires permission: products.manage_variants

Request

Responses

OK

Response Headers
    Content-Type