Skip to main content

DeleteContactStoreScopedCustomFieldDefinitionPayload

Payload returned when deleting a custom field definition in a contact store.

type DeleteContactStoreScopedCustomFieldDefinitionPayload {
success: Boolean!
}

Fields

DeleteContactStoreScopedCustomFieldDefinitionPayload.success ● Boolean! non-null scalar

Indicates whether the deletion was successful.

Returned By

deleteContactStoreScopedCustomFieldDefinition mutation