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}/profile-image \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"success": true
}Removes the profile image from the user account.
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/user/{id}/profile-image \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"success": true
}Access token
user ID
Was this page helpful?