Developer API

Delete Record (Lead/Client)

Purpose

You can use the deleteRecord method to delete records into the required Credit Repair Cloud Lead/Client Module.

Important: Use the POST method to pass these parameters instead of GET method.

You have to pass the xmlData as a POST parameter.

Request URL
XML Format:

https://app.creditrepaircloud.com/api/lead/deleteRecord?apiauthkey=yourapikey&secretkey=yoursecretkey&xmlData=yourxmldata

Examples
XML Data:

XMLDATA sample:

Request Parameters

Parameter
Data Type
Description
apiauthkey *
String
Encrypted alphanumeric string to authenticate your Credit repair cloud credentials.
secretkey *
String
Encrypted alphanumeric string to authenticate your Credit repair cloud credentials.
xmlData *
String
This is an XML string and the format should be in XML format.
id *
String
Encrypted alphanumeric string.

* - Mandatory parameter