Skip to content

Commit

Permalink
delete yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ryave authored and Michael Ryave committed Oct 7, 2024
1 parent e6efe6b commit f5a9a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcee/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def delete_corpus(corpus_name: str) -> Dict[str, str]:
corpus (str): The name of the corpus to delete
"""
data = {"corpus_name": corpus_name}
return make_request("post", Route.corpus + "/delete", data)
return make_request("delete", Route.corpus + "/delete", data)


def corpus_status(corpus_id: str) -> Dict[str, str]:
Expand Down

0 comments on commit f5a9a4a

Please sign in to comment.