Saltar al contenido principal
DELETE
/
points
/
boosts
/
{id}
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>"
}
Límites de Frecuencia

Autorizaciones

X-API-KEY
string
header
requerido

Parámetros de ruta

id
string<uuid>
requerido

The UUID of the points boost to archive

Respuesta

Successfully archived the points boost