# Cancel fact find request **DELETE /api/v2/clients/backoffice/{BackOfficeID}/factfind** This endpoint allows a user to cancel a fact find request. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **BackOfficeID** (string(uuid)) The BackOfficeID of the client you wish to cancel a fact find for. ## Responses ### 200 Success #### Body: application/json (object) - **success** (boolean) - **data** (string) ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 Client not found #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)