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 PUT \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/user/{id}/deactivate \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true
}
The Deactivate Account API providing users with a straightforward method to deactivate their accounts. Upon successful deactivation, the API responds with a confirmation message. Error responses are detailed, aiding developers in addressing issues promptly.
curl --request PUT \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/user/{id}/deactivate \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true
}
Access token
user ID
Was this page helpful?