Skip to content

Delete an out-of-office entry

DELETE
/appointments/out-of-office/{ooo_uuid}

Delete an out-of-office entry. Only the owner may delete their own entry (API keys force is_admin=False). Returns {data: {deleted: true, ooo_uuid}} on success.

Authorizations

Parameters

Path Parameters

ooo_uuid
required

UUID of the out-of-office entry to delete.

string

UUID of the out-of-office entry to delete.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string