Brand Delete
DELETE {{apiBaseUrl}}/v1/brand/delete?brandId={{brandId}}
This API is used to delete the brand. You can delete the existing brand and the deleted brand cannot be retrieved.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
brandId | string | The brand Id obtained after successful brand creation needs to be passed to delete the brand. |
RESPONSES
status: OK
{"message":"The brand has been deleted successfully"}