Skip to main content
DELETE
/
orgs
/
{org_id}
/
contacts
/
bulk
Delete Multiple Contacts
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/contacts/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_ids": [
    "<string>"
  ]
}
'
"<unknown>"

Path Parameters

org_id
string
required

The ID of the org

Body

Schema for bulk deleting contacts

contact_ids
string[]
required

Array of contact IDs to delete

Required array length: 1 - 1000 elements

Response

200 - application/json

The response is of type unknown.