Skip to main content
DELETE
/
datasources
/
{datasource_id}
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.datasources.delete("datasource_id_value")
print(result)
{
  "id": "<string>"
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Response

Successful Response

Result of deleting a datasource.

id
string
required

ID of the datasource that was deleted