Delete a menu item
Path Parameters
- Type: integermenu
Id requiredMenu item ID
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/menu/{menuId}
curl https://test.boost.space/api/menu/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 1,
"remotes": [
{
"id": "1",
"application": "string",
"delete": true
}
]
}Record succesfully deleted