Skip to main content
DELETE
Disable member out-of-office

Authorizations

x-api-key
string
header
required

API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key

Path Parameters

id
string
required

The unique identifier (UUID) of the authenticated member

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Cleared out-of-office status

status
enum<string>
required

Computed out-of-office status for the current member.

Available options:
none,
planned,
active
Example:

"planned"

startDate
string | null
required

First day of the out-of-office period (YYYY-MM-DD), or null when none is configured.

Example:

"2026-08-05"

endDate
string | null
required

Last day of the out-of-office period inclusive (YYYY-MM-DD), or null when open-ended/none.

Example:

"2026-09-03"