Skip to content

DeleteAttributeSpec will delete the AttributeSpec with the given product_type_id and attribute_spec_id

You call thisScope not enforced

DELETE
/v2/storefront/taxonomy/attribute_spec/{productTypeId}/{attributeSpecId}
curl --request DELETE \
--url https://api.zentail.com/v2/storefront/taxonomy/attribute_spec/example/example \
--header 'Authorization: Bearer <token>'
productTypeId
required
string
attributeSpecId
required
string

A successful response.

Media typeapplication/json
DeleteAttributeSpecResponse is returned after deleting an AttributeSpec
object
Examplegenerated
{}

An unexpected error response.

Media typeapplication/json
object
code
integer format: int32
message
string
details
Array<object>
object
@type
string
key
additional properties
Examplegenerated
{
"code": 1,
"message": "example",
"details": [
{
"@type": "example"
}
]
}

Sourceapi-proto@afdb30cc via [email protected]

Built0c509dd3

This page describes the source document as deployed: the version taxonomy pinned in its release r2026.09.24. A change merged upstream shows up here once it has deployed and the pins are next refreshed.

API changelog