Authorizations
Access token
Path Parameters
user ID
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/auth/user/{id}/profile-image \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true
}
Delete profile image API streamlines the process of removing profile images associating with user accounts. Upon success, the API responds with a confirmation message. In case of errors, clear error messages facilitate quick issue resolution.
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?