Skip to content

Deletion of customer account

Request

Security
shoptetAccessToken or shoptetPrivateApiToken
Path
guidstringrequired
Example:45f0cc8c-b7a9-11ea-a7a1-08002746ad91
accountGuidstringrequired
Example:460e4fbe-b7a9-11ea-82ab-08002746ad91
Headers
Content-Typestringrequired
Default:"application/json"
curl -i -X DELETE \
  https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers/45f0cc8c-b7a9-11ea-a7a1-08002746ad91/accounts/460e4fbe-b7a9-11ea-82ab-08002746ad91 \
  -H 'Content-Type: application/json' \
  -H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataobject or nullrequired
errorsArray of objects or null(Errors)required
metadataobject(Metadata)required
Response
{ "data": {}, "errors": [ {} ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }