Skip to main content
POST
/
v3
/
appointments
/
{appointment}
/
unlink
Unlink Appointment
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/appointments/{appointment}/unlink \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Path Parameters

appointment
integer
required

The appointment ID

Body

application/json

Payload validation for both POST /appointments/{appointment}/link and POST /appointments/{appointment}/unlink. Type must be one of the whitelisted morph aliases; id format depends on the type (UUID for profile, integer for everything else).

type
enum<string>
required
Available options:
profile,
list
id
string
required

Response

No content