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