ContactDeleteFailure
No description
type ContactDeleteFailure {
key: String!
contactId: Int
reason: ContactDeleteFailureReason!
}
Fields
ContactDeleteFailure.key ● String! non-null scalar
The key from the request that was not deleted, exactly as it was sent.
ContactDeleteFailure.contactId ● Int scalar
Numeric id of the contact, when it could be established. Null for a key that resolved to no contact and was not itself an id.
ContactDeleteFailure.reason ● ContactDeleteFailureReason! non-null enum
Why it was not deleted.
Member Of
ContactBulkDeleteResponse object