v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB

Delete Save

Endpoint for deleting saved solutions.

Args: request (NIMBUSDeleteSaveRequest): request containing necessary information for deleting a save user (Annotated[User, Depends): the current (logged in) user session (Annotated[Session, Depends): database session

Raises: HTTPException

Returns: NIMBUSDeleteSaveResponse: Response acknowledging the deletion of save and other useful info.

post/method/nimbus/delete_save

Request body

state_idinteger required

The ID of the save state.

solution_indexinteger required

The ID of the solution within the above state.

Response

Successful Response

messagestring nullable required