Cancel an in-progress website generation for the specified project ID.
This endpoint:
Args: project_id: The project ID of the generation to cancel
Returns: Details of the cancelled generation
{ "generation_id": "<string>", "project_id": "<string>", "status": "PENDING", "previous_status": "PENDING", "message": "<string>", "updated_at": "2023-11-07T05:31:56Z" }
Successful Response
The response is of type object.
object