DELETE
/
v1
/
contact
/
{contactId}
curl --request DELETE \
  --url https://qa-api.sbx.solidfi.com/v1/contact/{contactId} \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "message": "Contact removed"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

contactId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Delete a Contact
message
string
Example:

"Contact removed"