Skip to main content
POST
/
data
/
delete
Delete Data from Locker
curl --request POST \
  --url https://api.example.com/data/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchant_id": "m0100",
  "merchant_customer_id": "HsCustomer1",
  "card_reference": "3ffdf1e5-7f38-4f26-936f-c66a6f4296fa"
}
'
{
  "status": "Ok"
}

Headers

x-tenant-id
string

Body

application/json

The request body might be JWE + JWS encrypted when using middleware

merchant_id
string
Example:

"m0100"

merchant_customer_id
string
Example:

"HsCustomer1"

card_reference
string
Example:

"3ffdf1e5-7f38-4f26-936f-c66a6f4296fa"

Response

200 - application/json

Delete Data Response

Response received if the data deletion was successful

status
enum<string>
Available options:
Ok