delete_contacts

Delete one or more contacts.

Input fields

owner (ContactOwnerInput!)

The owner of the contacts to delete.

sentera_ids ([ID!]!)

Sentera IDs of the contacts to delete. Limited to a maximum of 1000 IDs.

Return fields

action (UpsertActionType!)

Determines if it was a create or update.

contact_method (ContactMethod!)

Enum that indicates which method to use to communicate with this contact.

created_at (ISO8601DateTime!)

The date and time when this contact was created.

created_by (User!)

The user who created this contact.

email (String)

The email address of this contact, if one is provided.

first_name (String!)

The given name of the contact.

last_name (String!)

The surname of the contact.

phone_number (String)

The primary contact phone number, if any.

sentera_id (ID!)

A system-generated key identifying this object.