Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/user/bulkUserRevokeBadge.md for this page in Markdown format
Bulk revoke badges from users
User
Bulk revoke badges from users
DELETE
/user/bulk/badge
Request Body
application/json
Schema
JSON
JSON
{
"data"
:
{
"userIds"
:
[
[
1
,
6
]
]
,
"badgeIds"
:
[
[
3
,
5
]
]
}
}
Responses
204
404
500
Samples