Commerce Engine is now in beta. We're working hard to make it better for you.
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/customers/{id}/documents/{document_id}
{
"message": "<string>",
"success": true
}
Delete document
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/customers/{id}/documents/{document_id}
{
"message": "<string>",
"success": true
}
Was this page helpful?