Skip to main content
DELETE
/
api
/
platform
/
v1
/
shoppers
/
{shopper_ref}
/
metafields
/
{namespace}
/
{key}
Delete a metafield
curl --request DELETE \
  --url https://api.bspk.com/api/platform/v1/shoppers/{shopper_ref}/metafields/{namespace}/{key} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shopper_ref
string
required

Shopper external ID

namespace
string
required

Metafield namespace

key
string
required

Metafield key

Response

Successfully deleted