Delete Action Version
Deletes an action version
ID of the action
ID of the action version
Project ID of action (required for non-system actions)
Action version deleted
{
"id": "string",
"name": "string",
"createdMillis": 0,
"orgId": "string",
"description": "string",
"actionId": "string",
"projectId": "string",
"createdBy": "string",
"released": false,
"action": {
"name": "string",
"metadata": {
"metadata": {}
},
"runtime": "string",
"source": "string",
"entrypoint": "string",
"description": "string",
"inputs": {
"inputs": {}
},
"memoryInMB": 0,
"prePolyglotMemoryLimitInMB": 0,
"showMemoryAlert": false,
"timeoutSeconds": 0,
"dependencies": "string",
"compressedContent": "string",
"actionType": "string",
"provider": "string",
"contentId": "string",
"configuration": {
"configuration": {}
},
"system": false,
"shared": false,
"scalable": false,
"asyncDeployed": false,
"runtimeVersion": "string",
"id": "string",
"orgId": "string",
"projectId": "string",
"selfLink": "string"
},
"contentId": "string",
"gitCommitId": "string"
}
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
Unauthorized to make the request
"ActionVersion Object"
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
Forbidden
"ActionVersion Object"
id
name
createdMillis
orgId
description
actionId
projectId
createdBy
released
Properties of the action to patch
contentId
gitCommitId
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/abx/api/resources/actions/{id}/versions/{versionId}?projectId=v