Skip to main content
POST
Delete data product versions

Authorizations

Authorization
string
header
required

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.

Path Parameters

externalId
string
required

Data product external identifier

Required string length: 1 - 100
Pattern: ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$

Body

application/json
items
object[]
required

Array of semantic versions (of this data product) to delete.

Required array length: 1 - 10 elements

Response

The data product versions were successfully deleted.

The response is of type object.

Last modified on September 24, 2026