-
Notifications
You must be signed in to change notification settings - Fork 0
5 Force Expire a connection
manas11 edited this page Jun 26, 2021
·
1 revision
Response: 200 OK
{
"success": [
"Rule expired successfully"
]
}
- Response returned as
401 Unauthenticated Access
if authentication mechanism used in request does not pass. - Response returned as
405 Method Not Allowed
if HTTP method other than those mentioned in Wiki are used in Request. - Response returned as
500 Internal Server Error
if server encounters an error while processing the request.