OBJECT
DeleteCommunityPointsCustomRewardError
An error from deleting a custom Community Points reward in a channel.
link GraphQL Schema definition
1 type DeleteCommunityPointsCustomRewardError { 2 3 # An identifier for the error that occurred. 4 : DeleteCommunityPointsCustomRewardErrorCode! 5 6 }