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