sq_delete_customer: Delete Customer

Description Usage Arguments Details Value Examples

View source: R/customers.R

Description

Deletes a customer from a business, along with any linked cards on file.

Usage

1
sq_delete_customer(customer_id, verbose = FALSE)

Arguments

customer_id

character; the Square ID assigned to each unique customer. This can be found using sq_list_customers

verbose

logical; do you want informative messages?

Details

Required permissions: CUSTOMERS_WRITE

Value

tbl_df of a single customer

Examples

1
2
3
4
## Not run: 
sq_delete_customer(customer_id="ThisIsATestCustomerId")

## End(Not run)

StevenMMortimer/squareupr documentation built on July 12, 2019, 1:45 a.m.