Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article explains how to delete an earnings export request.
API request
DELETE https://api.partner.microsoft.com/v1.0/payouts/transactionhistory/{transactionHistoryRequestId}
API response body
API returns HTTP status 200.
Name | Description |
---|---|
200 Accepted | The request was successfully deleted. |
Request can't be deleted. – If the export request is in “Processing” state.
Depending on the request, the API can return other standard statuses:
Name | Description |
---|---|
400 Bad Request | There was missing or incorrect data. |
401 Unauthorized | The caller isn't authenticated and must authenticate with the partner API service before making the first call. |
403 Forbidden | The caller isn't authorized to make the request. |
500 Internal Server Error | The API or one of its dependencies is unable to fulfill the request. Try again later. |
404 Not Found | Resource not available with input parameters. |
429 Rate limiting | Too many requests of the same type. Try after sometime. |