Path Parameters
Body
application/json · any
The body is of type any
.
Response
200 - application/json
Delete a Contact
Example:
"Contact removed"
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
"Contact removed"