cURL
curl --request DELETE \ --url https://api.bspk.com/api/platform/v1/shoppers/{shopper_ref}/metafields/{namespace}/{key} \ --header 'Authorization: Bearer <token>'
Deletes a metafield identified by namespace and key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Shopper external ID
Metafield namespace
Metafield key
Successfully deleted