Bulk Delete Artifacts
POST
/v1/nodes/{node_id}/artifacts/bulk-deleteAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
node_id*Node Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/nodes/string/artifacts/bulk-delete" \ -H "Content-Type: application/json" \ -d '{ "expected_revision": 0 }'{ "deleted_artifact_ids": [ "string" ], "deleted_count": 0, "expected_revision": 0, "node_id": "string", "result_revision": 0}