Delete Service Record
DELETE/api/servicerecords/deleteservicerecord/:id
Tier: Public — stable, supported for third-party integration.
Soft deletes a service record. Not lifecycle-gated — a record in any state, including ServiceRecordStatus.Complete, can be deleted.
Request
Responses
- 200
- 400
- 401
- 403
true once the record has been deleted.
Unknown id — InvalidOperation "Id" "not found".
Caller is not authenticated.
Caller does not have Delete permission on the ServiceRecord module.