Attribute Family — Delete
Deletes an attribute family.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/catalog/families/{id} | DELETE |
{id} must be a positive integer.
Response
200 OK:
json
{ "message": "Attribute family deleted successfully." }Errors
| HTTP | Cause |
|---|---|
400 Bad Request | The family is the last one in the store (At least one attribute family is required.) |
400 Bad Request | Products reference this family |
401 Unauthorized | Missing or invalid Bearer token |
404 Not Found | The family does not exist |

