---
title: Cancel request
framework: accountdatatransfer
role: symbol
role_heading: Web Service Endpoint
path: accountdatatransfer/cancel-request
---

# Cancel request

Tells the server to stop processing an active request.

## URL

POST https://accountdatatransfer.apple.com/api/transfer/accountdata/cancel

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 500 Internal Server Error:

## Overview

Overview A cancellation request only succeeds if the request is currently in progress. Cancel a one-time download Cancel a recurring download

## HTTP Body

An object that identifies the request to cancel.

## See Also

### Cancellation

- [CancellationRequest](accountdatatransfer/cancellationrequest.md)
- [CancellationResponse](accountdatatransfer/cancellationresponse.md)
