v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
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

notestring

Initial appointment removal description note.

Example request

{
  "note": "Wrong date selected."
}

Response

No Content