EndPoint Delete a Customer
Name
delete_customer
Description
Deletes a specific customer. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
Id | Customer Id | YES | The ID of the customer to be deleted. |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
Response |
DT_WSTR
|
nvarchar(255)
|
255 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_I8
|
bigint
|
False |
Required columns that you need to supply are bolded.
Examples
SSIS
Use Shopify Connector in API Source component to read data or in API Destination component to read/write data:
Delete rows from Customers table using API Destination
This EndPoint belongs to Customers table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Shopify
Customers
Delete
