Delete lead/client records
documentedDelete Lead/Client records (may delete multiple records at once).
POST /api/lead/deleteRecordsLead/Clientno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.creditrepaircloud.com/api/lead/deleteRecord" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/xml" \
-d "apiauthkey={{CREDITREPAIRCLOUD_API_KEY}}&secretkey={{CREDITREPAIRCLOUD_SECRET}}&xmlData={{$XML_DATA}}"