v1

latestOpenAPI 3.0.12026-08-062555238.4 KB
Store API endpoints

Delete a brand

Use this endpoint to delete an existing brand by its ID.

delete/brands/{brand_id}

Path parameters

brand_idstring required

A unique brand ID string provided by vendor or restaurant

Headers

Authorizationstring required
User-Agentstring required

Response

Brand deleted successfully

messagestring

Example response

{
  "message": "The brand was successfully deleted"
}