contactDelete
Graphql fields and variables for the contactDelete mutation
mutation contactDelete ($id: ID!, $code: String!) {
contactDelete (id: $id, code: $code) {
contact {
accountId
code
createdAt
description
email
entityId
firstName
fullName
id
lastName
linkedinUrl
mailingCity
mailingCountry
mailingState
mailingStreet
mailingZip
mobile
phone
portalAccess
salutation
title
updatedAt
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
