jobs
Delete Job Initial Appointment
Use this endpoint to remove the Initial Appointment assigned to an existing job. The job must have an initial appointment date previously set.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
delete/jobs/{jobId}/initial-appointment
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"note": "Wrong date selected."
}Response
No Content