Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete API #3

Open
HenryL27 opened this issue Aug 1, 2023 · 0 comments
Open

Delete API #3

HenryL27 opened this issue Aug 1, 2023 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@HenryL27
Copy link
Collaborator

HenryL27 commented Aug 1, 2023

It would be nice to have an API for deleting conversations, if just to make it easier to develop with this

API spec

@http(method: "DELETE", uri: "/plugins/conversational/memory/{conversationId}")
operation DeleteConversation {
    input: DeleteConversationInput
    output: DeleteConversationOutput
}

@input
structure DeleteConversationInput {
    @required
    @httpLabel
    conversationId: ConversationId
}

@output
structure DeleteConversationOutput {
    success: Boolean
}
@HenryL27 HenryL27 added the enhancement New feature or request label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

1 participant