I have a expectation created in mock-server
{
"httpRequest": {
"method": "GET",
"path": "/view2/id",
"queryStringParameters": {
"id": [
"1021901022"
]
}
},
"httpResponse": {
"statusCode": 200,
"body": "Able to fetch-1021901022 "
}
}
How do I delete or update. Tried to send DELETE call to http://hostname:8080/mockserver/expectation but not able to delete