Brands
Delete a brand
DELETE
/v1/brands/{id}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/brands/string"{
"success": true,
"data": {
"id": "string",
"deleted": true
}
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}