Skip to main content
DELETE
/
v2
/
users
/
{user_id}
/
ooo
Cancel the user's pending OOO (active or scheduled). Idempotent:
curl --request DELETE \
  --url https://api.example.com/v2/users/{user_id}/ooo \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "<string>",
  "deactivated_at": "2023-11-07T05:31:56Z",
  "already_inactive": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Response

Successful Response

user_id
string
required
deactivated_at
string<date-time> | null
required

Timestamp of when OOO was deactivated

already_inactive
boolean
default:false
required

True when the request was a no-op