Context Delete
Context
Context Delete
Endpoint to delete a context by its ID.
Args: context_id (str): The unique identifier of the context to delete.
Returns: dict: A confirmation message indicating the context was deleted.
Raises: HTTPException 404:
- If the context with the given ID is not found. HTTPException 500:
- If a runtime error occurs during deletion.
DELETE
Context Delete
