ENUM

DeleteCommunityPointsCustomRewardErrorCode

The possible reasons deleting a custom Community Points reward in a channel could fail.

link GraphQL Schema definition

1enum DeleteCommunityPointsCustomRewardErrorCode {
2
3# An unexpected error occurred.
4UNKNOWN
5
6# The current user is not allowed to delete a reward in this channel.
7FORBIDDEN
8
9# The reward was not found.
10NOT_FOUND
11}