If an engagement is no longer needed — for example, the deal fell through or was submitted in error — you can cancel it using theDocumentation Index
Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
Use this file to discover all available pages before exploring further.
engagementCancel mutation.
Which engagements can be cancelled?
Currently, an engagement can only be cancelled when it is in the Received or Setting up state.Support for cancelling engagements in additional states is planned for a
future release. Check back for updates.
cancellable
field:
cancellable is true, you can proceed with the cancellation.
Cancelling an engagement
Verify the engagement is cancellable
Query the engagement and check that
cancellable returns true. If the engagement
has already progressed past the Setting up state, the cancellation will be rejected.Error codes
TheengagementCancel mutation can return the following error codes:
| Code | Description |
|---|---|
ENGAGEMENT_NOT_CANCELLABLE | The engagement is not in a state that allows cancellation |
ENGAGEMENT_NOT_FOUND | The specified EngagementGID does not exist or you don’t have access |
Next steps
File uploads
Learn the staged upload flow for attaching mortgage documents.
API Reference
Explore all queries, mutations, and types available in the Lender API.