Revoke Oauth Application (revoke_oauth_app)

Used for revoking access of particular app.

Auth Scope(s): admin

revoke_oauth_app(revoke_oauth_app: int, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • revoke_oauth_app (int) – The application ID to revoke.
  • passthrough (Optional[Any]) – [Optional] Used to pass data through the websocket, which may be retrieved via the echo_req output field.
  • req_id (Optional[int]) – [Optional] Used to map request to response.
Returns:

req_id

Return type:

int

Example

binary.api.revoke_oauth_app(
    1234
)