# POST /scheduling/bookings/:booking_id/mark-late

**Resource:** [SCHEDULING](./scheduling.md)  
**MCP tool:** `mark_booking_late`  
**Scopes:** `scheduling:write`  
**Write operation:** yes

Mark a booking as late.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `booking_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/scheduling/bookings/:booking_id/mark-late"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`