authenticatedUserRemoveBadge
Removes a specific badge from the authenticated user.
Parameters
Name | Type | Description |
---|---|---|
badgeId | Identifier | The ID of the badge to remove from the authenticated user. |
Example
const { data: success } = await ClassicBadgesApi.authenticatedUserRemoveBadge({ badgeId: 2124533401 });
Endpoint
DELETE /v1/user/badges/{badgeId}