Skip to main content
DELETE
/
points
/
boosts
/
{id}
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>"
}
Rate Limits

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

The UUID of the points boost to archive

Response

Successfully archived