Path Parameters
Body
application/json · any
Response
200 - application/json
Example:
curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/contact/{contactId} \
--header 'Content-Type: application/json' \
--data '""'{
"message": "Contact removed"
}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"
}