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

KeyDatatypeRequiredDescription
brandIdstringThe 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"}