Skip to content
Avoca — Internal
Search
K
Main Navigation
Avoca
EAS
Architecture
AutoOps
State of Testing
Testing
How-To
More
Onboarding
Reference
Incidents
Solutions
Proposals
Avoca's clients
Ideas (cross-engagement)
Presentations
Appearance
Menu
Return to top
On this page
Download as PDF
Copy page as markdown
Are you an LLM? You can read better optimized documentation at /clients/avoca/crms/autoops/api/post-booking-flow-clients-{clientId}-jobs-{jobId}-cancel.md for this page in Markdown format
--- 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
200
Cancel appointment result
Content-Type
application/json
Schema
JSON
JSON
{
"job"
:
"string"
}
POST
/booking-flow/clients/{clientId}/jobs/{jobId}/cancel
Playground
Authorization
bearerAuth
Variables
Key
Value
clientId
*
jobId
*
Try it out
Samples
Powered by
VitePress OpenAPI