This endpoint allows users to cancel a bulk geocode or bulk verify job that is currently
in the SCHEDULED state. Canceling a job prevents it from being picked up for
processing and removes it from the execution queue.
Note: Only jobs
that have not yet started processing can be canceled. Jobs already in
RUNNING, COMPLETED, FAILED, or CANCELED states cannot be
canceled.
The API validates the job's current status before attempting
cancellation. - The API validates the job's current status before attempting cancellation.
- If the job is in SCHEDULED, the system updates its status to CANCELED.
- If the job is not in a cancelable state, the API returns an appropriate error response.
- Canceling a job does not delete the job record; it simply updates its status.