DeleteDraftCharts
POST
/api/ToBackendDeleteDraftChartsDelete the current user's draft charts
Request Body
application/json
Response Body
application/json
curl -X POST "http://localhost:3000/api/ToBackendDeleteDraftCharts" \ -H "Content-Type: application/json" \ -d '{ "info": { "name": "api/ToBackendDeleteDraftCharts", "traceId": "string", "idempotencyKey": "string" }, "payload": { "projectId": "string", "repoId": "string", "branchId": "string", "envId": "string", "chartIds": [ "string" ] } }'{
"info": {
"path": "/api/ToBackendDeleteDraftCharts",
"method": "POST",
"mproveVersion": "string",
"duration": 0,
"status": "Ok",
"traceId": "string",
"error": null
},
"payload": {}
}