LSEG Data Library for Python

custom_instruments.manage.delete

Sends a request to the Delivery Platform (formerly Refinitiv Data Platform) to delete the described custom instrument.

Module

refinitiv.data.content.custom_instruments.manage

Syntax

delete(universe)

Parameters

Value Description Data type Optional Default value
universe The Id or Symbol of Custom Instrument str No -
extended_params Specifies the parameters that will be merged with the request. dict Yes None
session Means default session would be used. Session Yes None

Returned value

Response

Usage

The following example demonstrates how to create a custom instrument based on basket ["LSEG.L", "VOD.L"]:

from refinitiv.data.content.custom_instruments.manage import delete

response = delete("MyInstrument")
75 words (0:24 mins)