Classic APIs
ClassicBadgesApi
authenticatedUserRemoveBadge

authenticatedUserRemoveBadge

Removes a specific badge from the authenticated user.

Parameters

NameTypeDescription
badgeIdIdentifierThe 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}