curl --request DELETE \
--url https://api.morphic.io/api/contacts/{contact_id} \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Soft-delete a contact by ID.
curl --request DELETE \
--url https://api.morphic.io/api/contacts/{contact_id} \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}