Customers > Customers > customersDelete
Commerce APICustomersCustomerscustomersDelete
customersDelete
DELETE:customers.json

Description

Delete specific customers of a given shop.

Permission bit: "customers.delete"

Topic: Customers

Arguments

ids: [String!]!

List of customer ids. See also: Unique Identifiers

Example: ["cu_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module