Cancel fact find request
This endpoint allows a user to cancel a fact find request.
Path parameters
-
The BackOfficeID of the client you wish to cancel a fact find for.
DELETE
/api/v2/clients/backoffice/{BackOfficeID}/factfind
curl \
-X DELETE https://api.fincalc.co.uk/api/v2/clients/backoffice/{BackOfficeID}/factfind \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"success": true,
"data": 1
}
Response examples (403)
{
"success": false,
"message": "You do not have permission to view that client."
}
Response examples (404)
{
"success": false,
"message": "Client not found."
}