Removes an award from an existing member.
Award is identified by its stringified ObjectID. Member is be identified by their Discord ID.
ObjectID
const awardId: string = "567678d96778a6876cc78";const memberId: string = "2938274356793";const { acknowledged, deletedCount,} = await sdk.revokeAwardFromMemberById({ awardId, memberId });
ID of the award to remove from selected member.
ID of member which is supposed to have an award revoked.
Generated using TypeDoc
Removes an award from an existing member.
Award is identified by its stringified
ObjectID
. Member is be identified by their Discord ID.Usage