client.extraction_pipelines.delete(id=[1,2,3], external_id="3"){}Required capabilities:
extractionpipelinesAcl:WRITEdatasetsAcl:READ
Delete extraction pipelines for given list of ids and externalIds. When the extraction pipeline is deleted, all extraction pipeline runs related to the extraction pipeline are automatically deleted.
client.extraction_pipelines.delete(id=[1,2,3], external_id="3"){}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Empty response.
The response is of type object.
Was this page helpful?