contactDelete
Deletes a contact permanently.
For example:
mutation ContactDelete($contactId: ID!) {
contactDelete(input: { contactId: $contactId }) {
deletedContactId
errors {
message
path
}
}
}
contactDelete(
input: ContactDeleteInput!
): ContactDeletePayload
Arguments
contactDelete.input ● ContactDeleteInput! non-null input common
Parameters for ContactDelete
Type
ContactDeletePayload object common
Autogenerated return type of ContactDelete