Delete Async Chat Stream
Delete an asynchronous chat stream and clean up all associated resources.
This endpoint permanently removes a chat stream from storage and cleans
up all associated resources including:
* Stream metadata and status information
* Cached events and message content
* Task references and cancellation tokens
Notes:
* Stream must exist to be deleted (returns 404 otherwise)
* Active streams are automatically cancelled before deletion
* No response body returned on successful deletion (204 status)
* Use status endpoint to verify deletion if needed
Path parameters
message_id
Message ID of the asynchronous chat stream to delete.
Response
Successful Response
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error

