Shopify Delete

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.Delete

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

Admin API access token

Private app Admin API access token sent as X-Shopify-Access-Token

Customer ID

Shopify customer ID to delete

Shopify store domain

Store domain used for Admin API calls (e.g., my-store.myshopify.com)

Default2024-10

API version

Shopify Admin API version path segment; defaults to 2024-10

Reference (ref) of the pluginDefaults to apply to this task.

DefaultPT0.5S

Rate limit delay

Sleep between API calls to respect Shopify rate limits; default 500ms