Remove participant tier
State
Remove participant tier
Remove a participant’s current tier level, downgrading them to base (rank 0).
DELETE
Remove participant tier
Removes a participant’s current tier level, resetting them to base (rank 0). TheDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
key path parameter identifies which tier to clear (e.g., status), and program_id is required as a query parameter.
Any pending tier expiration tasks for this assignment are also cancelled. Returns 204 No Content on success.
The participant must be active and enrolled in the specified program. The program must also be active. Inactive participants return 409 Conflict with code participant_inactive.
For usage patterns and examples, see the Tiers guide.