Delete Brand
DELETE {{baseUrl}}/brands/:brand
This endpoint allows you to delete a specific brand by providing the ID of the brand you want to delete in the brand path parameter.
Request Body
{"status"=>"<number>", "success"=>"<boolean>", "data"=>{"id"=>"<integer>", "name"=>"<string>", "description"=>"<string>", "banner"=>"<string>", "logo"=>"<string>", "ar_char"=>"<string>", "en_char"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |