Skip to content
--- aside: false outline: false ---

Cancel appointment

POST
/booking-flow/clients/{clientId}/jobs/{jobId}/cancel

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
jobId*
Type
string
Required
Pattern
"^job_"

Responses

Cancel appointment result

application/json
JSON
{
  
"job": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI