Delete
Delete a customer from Shopify store
Delete a customer by their ID.
yaml
type: "io.kestra.plugin.shopify.customers.Delete"Examples
Delete customer by ID
yaml
id: shopify_delete_customer
namespace: company.team
tasks:
- id: delete_customer
type: io.kestra.plugin.shopify.customers.Delete
storeDomain: my-store.myshopify.com
accessToken: "{{ secret('SHOPIFY_ACCESS_TOKEN') }}"
customerId: 12345
Properties
accessToken *Requiredstring
Admin API access token
Private app access token for Shopify Admin API
customerId *Requiredintegerstring
Customer ID
The ID of the customer to delete
storeDomain *Requiredstring
Shopify store domain
The domain of your Shopify store (e.g., 'my-store.myshopify.com')
apiVersion string
Default
2024-10API version
Shopify Admin API version to use
rateLimitDelay string
Default
PT0.5S Format
durationRate limit delay
Delay between API calls to respect rate limits