Remove an employment reference from all income rows in the fact-find answer. Run in API Explorer
Ask AI
Clears the link in the fact-find answer without modifying the plannr record.
DELETE
/api/v2/fact-find-employments/{factFindSession_uuid}/{employment_uuid}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v2/fact-find-employments/6ff8f7f6-1eb3-3525-be4a-3932c805afed/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"