Delete a Saved Search
delete
                    /rest/v19/searchResources/{resourceVarName}/{searchId}
Use this endpoint to delete the specified saved search.
                
                Request
Path Parameters
                - 
                    resourceVarName(required): string
                    
                    The unique variable name to identify the process.
- 
                    searchId(required): number
                    
                    The unique id of the search.
Response
204 Response
Saved search deletion successful
                
                
                400 Response
If the saved search is a user/site level default or if it is a seeded search.
                
                
                404 Response
Saved search could not be found.