Delete an award with given ID (if it exists).
Award is identified by its stringified ObjectID.
ObjectID
const awardId: string = "5f5e555d5a578b6";const { acknowledged, deletedCount,} = await sdk.deleteAwardById({ awardId });
ID of the award to delete.
Generated using TypeDoc
Delete an award with given ID (if it exists).
Award is identified by its stringified
ObjectID
.Usage