API ReferenceChatsDelete a turnVersion: 2.0Delete a turn DELETE /v2/chats/:chat_id/turns/:turn_id Delete a turn from a chat. This will delete all subsequent turns in the chat. Request Responses204403404Successfully deleted a turn.Permissions do not allow deleting the turn.Corpus, chat, or turn not found.