Stop an active reputation process by ID. Requires the enableFullRMS feature to be enabled.
enableFullRMS
cURL
curl --request POST \ --url https://www.renovationfind.com/rest-api-v1/reputation-process/{id}/stop \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
JWT token issued from the RenovationFind Manager Portal
Reputation process stopped successfully
true