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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.