JavaScript
import { TrophyApiClient } from '@trophyso/node'; const trophy = new TrophyApiClient({ apiKey: 'YOUR_API_KEY' }); await trophy.admin.points.boosts.archive('boost-uuid-here');
{ "error": "<string>" }
Archive a points boost by ID.
The UUID of the points boost to archive
Successfully archived the points boost
Was this page helpful?
Contact support