Dataflows - Cancel Dataflow Transaction
Attempts to cancel the specified transactions.
Required Scope
Dataflow.ReadWrite.All
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/transactions/{transactionId}/cancel
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
group
|
path | True |
string (uuid) |
The workspace ID |
|
transaction
|
path | True |
string |
The transaction ID |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
Examples
Example
Sample request
POST https://api.powerbi.com/v1.0/myorg/groups/51e47fc5-48fd-4826-89f0-021111110abd/dataflows/transactions/2020-09-11T19:21:52.8778432Z@9cc7a369-6112-4dba-97b6-b07ff5699568$1374282/cancel
Sample response
{
"transactionId": "2020-09-11T19:21:52.8778432Z@9cc7a369-6112-4dba-97b6-b07ff5699568$1374282",
"status": "SuccessfullyMarked"
}
Definitions
DataflowTransactionStatus
The status of a dataflow refresh transaction
| Name | Type | Description |
|---|---|---|
| status |
enum:
|
The transaction status |
| transactionId |
string |
The transaction ID |