Skip to main content

listDelete Mutation

Description

Deletes a customer list and removes all buyer associations with that list. All buyers are automatically removed from the list when it is deleted. This operation cannot be undone.

mutation listDelete($listRef: ID!) {
listDelete(listRef: $listRef)
}

Variables

{
"listRef": "9144e55a2d5a615013028b90"
}

Response

{
"listDelete": "example"
}

Arguments

NameTypeDescription
listRefID!Reference ID of the customer list to delete.

Returns

String