Skip to main content
DELETE
/
api
/
v1
/
lineage
/
bi
/
{bi_datasource_id}
Remove an integration
curl --request DELETE \
  --url https://app.datafold.com/api/v1/lineage/bi/{bi_datasource_id}/ \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

bi_datasource_id
integer
required

Response

Successful Response