DELETE
/
customers
/
{id}
/
documents
/
{document_id}
curl --request DELETE \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/customers/{id}/documents/{document_id}
{
  "message": "<string>",
  "success": true
}

Path Parameters

id
string
required

customer id

document_id
string
required

document id

Response

200
application/json
OK
message
string
success
boolean