DeleteMembershipContactStoreLocationPayload
Payload returned when deleting a location for a membership contact store.
type DeleteMembershipContactStoreLocationPayload {
success: Boolean!
}
Fields
DeleteMembershipContactStoreLocationPayload.success
● Boolean!
non-null scalar
A flag indicating whether the location was deleted successfully.
Returned By
deleteMembershipContactStoreLocation
mutation