Customers > Customers > customerNotesDelete
Commerce APICustomersCustomerscustomerNotesDelete
customerNotesDelete
DELETE:customer_notes.json

Description

Delete specific customer notes of a given shop.

Permission bit: "customer_notes.delete"

Topic: Customers

Arguments

customer_id: String!

Unique customer identifier. See also: Unique Identifiers

Example: "cu_EQzGqWoY"


ids: [String!]!

List of customer note ids. See also: Unique Identifiers

Example: ["nc_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module