curl --request POST \
--url https://api.morphic.io/api/contacts/bulk-delete \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '[
"<string>"
]'{}Soft-delete multiple contacts at once.
curl --request POST \
--url https://api.morphic.io/api/contacts/bulk-delete \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '[
"<string>"
]'{}