Members withdraw from all roles
Testing
Quit the specified member from all roles under the application
Request Code Samples
curl --location --request DELETE 'https://api.mingdao.com/v3/app/roles/users/' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
application/json {
"success": true,
"error_code": 1
}
Modified at 2025-08-21 09:35:00