curl --request DELETE \
--url https://api.shingleai.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}Delete a contact (soft delete)
curl --request DELETE \
--url https://api.shingleai.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}