Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
import { createClient } from '@spree/sdk' const client = createClient({ baseUrl: 'https://your-store.com', publishableKey: '<api-key>', }) await client.wishlists.delete('wl_abc123', { token: '<token>', })
curl --request DELETE \ --url http://{defaultHost}/api/v3/store/wishlists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-spree-api-key: <api-key>'
Publishable API key for store access
JWT token for authenticated customers
wishlist deleted
Was this page helpful?
Contact support