DELETE
/
client_reference
/
{client_reference_id}
/
appraisal
curl --request DELETE \
  --url https://api.valuechecker.net/client_reference/{client_reference_id}/appraisal \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Note! Prefix your <api-key> with apiKey. Note the space after "apiKey ".

Path Parameters

client_reference_id
integer
required

The client reference identifier.

Query Parameters

client_id
integer

The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.

session-id
string

Optional session identifier of the user.

Response

204
application/json

No Content

The response is of type object.