Skip to main content
DELETE
Delete Brand

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Brand to delete

brand_id
integer
required

ID of the brand to delete

Example:

1

Response

Brand deleted successfully

success
boolean
Example:

true

message
string
Example:

"Brand deleted successfully"