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": "38f80f7c02f56342897cfa9f"
}
Response
{
"listDelete": "example"
}
Arguments
| Name | Type | Description |
|---|---|---|
listRef | ID! | Reference ID of the customer list to delete. |