curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/3d/jobs/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"space": "<string>",
"externalId": "<string>"
}
]
}
'{}Required capabilities:
datamodels:READ(cdf_cdm, cdf_cdm_3d)datamodelinstances:WRITE
Delete jobs in your project. The job instance results won’t be deleted by this operation.
curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/3d/jobs/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"items": [
{
"space": "<string>",
"externalId": "<string>"
}
]
}
'{}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.
List of space and externalIds for jobs you want to delete
Show child attributes
Empty response.
The response is of type object.
Was this page helpful?