Remove Item Category Property
BetaDELETE
/v1/catalog/item-categories/{id}/properties/{property_id}This endpoint is idempotent. Learn more
Detaches a property from an item category.
Only the link between the property and the category is removed; the property itself and its attributes are left intact and stay available to other categories. The property must belong to your account.
Permissions requiredValues:item_categories:update
The role behind your API key or agent must grant every one of these permissions.
idstringItem category ID.
property_idstringID of the property to remove from the category.
Responses
200
Successful response for Remove Item Category Property