Light Mode
Delete Brand
DELETE
/brands/{brand}Last modified: 16 days ago
This endpoint allows you to delete a specific brand by passing the brand
as a path parameter.
Request
Path Params
brand
integer
required
The Brand ID. List of Brand IDs can be found here.
Request samples
Responses
Deleted Successfully(202)
Not Found(404)
Deleted Successfully
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago