/api/user-challenges/:id/abandon
Requires authentication.
Bearer token obtained from
/api/auth/login or /api/auth/signup. Format: Bearer <token>.Path parameters
The numeric ID of the user challenge to abandon.
Example
Response
200 OK Returns the updated user challenge object withstatus set to ABANDONED.
Unique numeric identifier for this user challenge.
UUID of the authenticated user.
ID of the challenge template this challenge is based on.
Updated status. Always
ABANDONED after this operation.ISO 8601 timestamp of when the challenge was started.
Always
null for abandoned challenges.Progress notes for the challenge.
null if none were added.ISO 8601 timestamp of when the record was created.
ISO 8601 timestamp of this update.
Example response
Errors
| Status | Description |
|---|---|
401 | Missing, invalid, or expired token. |
404 | No user challenge found with the given id. |