Skip to main content

deleteContactMetadata

This mutation removes a metadata entry by key. If the key does not exist, no error is returned and the contact is returned unchanged.

deleteContactMetadata(
contactId: ID!
key: String!
): ContactResponsePayload

Arguments

deleteContactMetadata.contactId ● ID! non-null scalar

deleteContactMetadata.key ● String! non-null scalar

Type

ContactResponsePayload object

A contact in the application or the error related to the operation on the contact.