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 last one in the store (At least one attribute family is required.)
400 Bad RequestProducts reference this family
401 UnauthorizedMissing or invalid Bearer token
404 Not FoundThe family does not exist

Released under the MIT License.