Delete a badge with given ID (if it exists).
Badge is identified by its stringified ObjectID.
ObjectID
const badgeId: string = "5f5e555d5a578b6";const { acknowledged, deletedCount,} = await sdk.deleteBadgeById({ bagdeId });
ID of the badge to delete.
Generated using TypeDoc
Delete a badge with given ID (if it exists).
Badge is identified by its stringified
ObjectID
.Usage