Menu

Delete category

Soft-deletes a category. The category is marked as deleted but not removed from the database.

delete/menu/{locale}/categories/{id}

Path parameters

localeinteger required

Locale (restaurant) ID. Must match the locale bound to your API key.

idinteger required

Resource ID

Response

Category deleted

successboolean

Example response

{
  "success": true
}

Changes

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