Deletes a buffet item from a gym by its ID.
Permission | Description |
---|---|
gym_buffet_items.delete | Delete buffet items from your own gym |
gym_buffet_items.delete_any | Delete buffet items from any gym (admin only) |
Name | Type | Required | Description | Example |
---|---|---|---|---|
gym-id | int | Yes | ID of the gym | 123 |
buffet-item-id | int | Yes | ID of the buffet item | 5 |
Buffet item was successfully deleted. No response body is returned.
Status | Description | Reference |
---|---|---|
401 | Unauthorized | Authentication error |
403 | Forbidden (no permission) | Permission error |
404 | Not found | Not-found error |