Delete a customer from Shopify store

Delete a customer by their ID.

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 access token for Shopify Admin API

Customer ID

The ID of the customer to delete

Shopify store domain

The domain of your Shopify store (e.g., 'my-store.myshopify.com')

Default 2024-10

API version

Shopify Admin API version to use

Default PT0.5S
Format duration

Rate limit delay

Delay between API calls to respect rate limits