Cancel inspection

Summary

The Cancel inspection API endpoint allows you to cancel an existing inspection. When called, the API updates the inspection’s status to Cancelled and optionally notifies the associated client, depending on the provided query parameter.

Notes

When an inspection is cancelled, the assigned inspector is always notified. The customer is only notified if the notifyCustomer query parameter is set to true.

Endpoint Specification

put
Authorizations
OAuth2clientCredentialsRequired
Token URL:
AuthorizationstringRequired

Put ONLY your JWT Bearer token on textbox below!

Path parameters
idstring · uuidRequired
Query parameters
notifyCustomerbooleanOptional
api-versionstringOptional
Responses
put
/api/v1/Inspections/Cancel/{id}

No content

Last updated