Skip to content
Snippets Groups Projects
Commit 434aa697 authored by Smitha Manjunath's avatar Smitha Manjunath
Browse files

add delete api

parent 99a5c5a5
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!273Delete api
......@@ -63,6 +63,10 @@ public class AuditEvents {
private static final String INDEX_DELETE_SUCCESS = "Successfully deleted index";
private static final String INDEX_DELETE_FAILURE = "Failed deleting index";
private static final String INDEX_DELETE_ACTION_ID = "IN0012";
private static final String INDEX_DELETE_SUCCESS = "Successfully deleted index";
private static final String INDEX_DELETE_FAILURE = "Failed deleting index";
private final String user;
public AuditEvents(String user) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment