DELETE /api/v1/admin/brands/{brand-id}
Delete a brand. Optionally transfer attached data to another brand.
Permission | Description |
---|---|
brands.view_all | Access brands |
brands.delete | Delete any brand |
Name | Type | Required | Description |
---|---|---|---|
replacement_id | integer | No | ID of another brand to transfer attached data (optional) |
No content is returned when the brand is deleted successfully.
replacement_id
is not provided or is not valid. Number of attached items is returned in attached_data
.