
Shopify Delete
CertifiedDelete Shopify customer by ID
Shopify Delete
Certified
Delete Shopify customer by ID
Deletes a customer via the Shopify Admin API using the store domain and access token. Operation is idempotent; Shopify ignores missing IDs.
yaml
type: io.kestra.plugin.shopify.customers.DeleteExamples
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 Admin API access token sent as X-Shopify-Access-Token
customerId *Requiredintegerstring
Customer ID
Shopify customer ID to delete
storeDomain *Requiredstring
Shopify store domain
Store domain used for Admin API calls (e.g., my-store.myshopify.com)
apiVersion string
Default
2024-10API version
Shopify Admin API version path segment; defaults to 2024-10
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
rateLimitDelay string
Default
PT0.5SRate limit delay
Sleep between API calls to respect Shopify rate limits; default 500ms