docs
  1. Admin Api
  2. Resources
  3. Attribute Groups
  4. Delete Attribute Group Attribute

Delete attribute group attribute

Delete an attribute

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
attributeGroupName
  • required
string
Example:
color
attributeValue
  • required
string
Example:
green

Responses

204
Attribute was successfully deleted.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/attribute-groups/{attributeGroupName}/attributes/{attributeValue}

Request samples

Provide Feedback