Unsubscribe from an Audit Log Event
delete
/restproxy/api/v2/auditlog/event-subscriptions
Unsubscribe from an audit log event.
Request
Supported Media Types
- application/json
Query Parameters
-
subscription-id: string
ID of the subscription when successful
-
user-id: string
User's name. It should be the same user defined in basic auth.
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
object
-
error:
string
-
result:
array result
-
returnCode(required):
string
Allowed Values:
[ "Success", "Failure" ]
Nested Schema : UnEventSubscription
Type:
Show Source
object
-
errorMessage:
string
-
status:
string
-
subid(required):
string
ID of the subscription when successful
400 Response
Bad Request
401 Response
Not authorized
403 Response
Forbidden
404 Response
Invalid parameters
500 Response
Service unavailable