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"
}
The body is of type any
.
Delete a Contact
The response is of type object
.