Application: Delete (app_delete)

The request for deleting an application.

Auth Scope(s): admin

app_delete(app_delete: int, passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • app_delete (int) – Application app_id
  • 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.app_delete(
    1234
)