Commerce Engine is now in early preview. Please report any issues or feedback to support@commercengine.io
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/user/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"success": true
}Deletes a user account. If the user is a primary user, deletes the associated customer and all linked users. If the user is a normal user, deletes only that user without affecting the customer or other users.
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/user/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"success": true
}Access token
user ID
Was this page helpful?