Skip to main content
DELETE
/
api
/
v3
/
store
/
wishlists
/
{id}
Spree SDK
import { createSpreeClient } from '@spree/sdk'

const client = createSpreeClient({
  baseUrl: 'https://your-store.com',
  publishableKey: '<api-key>',
})

await client.store.wishlists.delete('wl_abc123', {
  bearerToken: '<token>',
})

Authorizations

x-spree-api-key
string
header
required

Publishable API key for store access

Authorization
string
header
required

JWT token for authenticated customers

Headers

x-spree-api-key
string
required
Authorization
string
required

Path Parameters

id
string
required

Response

204

wishlist deleted