Required capabilities:
integrationsAcl:WRITE
Cancel actions by ID, optionally ignoring unknown ids. Only actions that are pending, running, or already cancel-pending can be cancelled.
List of cancelled actions.
The response for a bad request.
Request validation failed.
{- "items": [
- {
- "externalId": "my.known.id"
}
], - "ignoreUnknownIds": true
}{- "items": [
- {
- "externalId": "my.integrations.id",
- "actionName": "string",
- "status": "pending",
- "callMetadata": {
- "property1": "string",
- "property2": "string"
}, - "resultMessage": "string",
- "resultMetadata": {
- "property1": "string",
- "property2": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}