Delete multiple contacts and all associated channels and notes.
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/contacts/bulk \
--header 'Content-Type: application/json' \
--data '
{
"contact_ids": [
"<string>"
]
}
'"<unknown>"Was this page helpful?
curl --request DELETE \
--url https://api.useinvent.com/orgs/{org_id}/contacts/bulk \
--header 'Content-Type: application/json' \
--data '
{
"contact_ids": [
"<string>"
]
}
'"<unknown>"