Skip to content

Attribute Family — Delete

Deletes an attribute family.

Endpoint

EndpointMethod
/api/admin/catalog/families/{id}DELETE

{id} must be a positive integer.

Response

200 OK:

json
{ "message": "Attribute family deleted successfully." }

Errors

HTTPCause
400 Bad RequestThe family is the default one (The default attribute family cannot be deleted.)
400 Bad RequestProducts reference this family
401 UnauthorizedMissing or invalid Bearer token
404 Not FoundThe family does not exist

Released under the MIT License.