Skip to main content
DELETE
/
v1
/
contact
/
{contactId}
Delete a Contact
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-person-id
string
Example:

Path Parameters

contactId
string
required

Body

application/json · any

Response

200 - application/json
message
string
Example: