Pular para o conteúdo principal

Deletes a bonus offer from the Gamanza Engage platform

DELETE 

/rx-api/bonus-offer/v1/offer/:bonusOfferId

This endpoint allows operators to remove a bonus offer from the Gamanza Engage catalog using the operator's unique identifier (bonusOfferId).

Once deleted, the bonus offer will no longer be available for linking to gamification mechanics (e.g., mission rewards, tournament prizes, or loyalty shop items) or CRM campaigns.

Important: Deleting a bonus offer does not affect bonuses that have already been awarded to players. This operation only removes the offer from the catalog, preventing future usages in other mechanics.

Soft Delete Mechanism: This operation performs a soft delete. The bonus offer is marked as deleted in the database but remains physically present for 30 days. After this retention period, the record is automatically purged from the database using MongoDB's TTL (Time-To-Live) index mechanism.

Request

Responses

No Content