Skip to main content
DELETE
/
v1
/
attributes
/
{attribute_id}
Delete Attribute
curl --request DELETE \
  --url https://api.wizcommerce.com/v1/attributes/{attribute_id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<any>"
}

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

attribute_id
string
required

Attribute ID

Query Parameters

entity
enum<string>
required

Entity type

Available options:
customer,
product,
address,
contact,
order

Response

No Content

data
any