---
title: CancellationRequest
framework: accountdatatransfer
role: symbol
role_heading: Object
path: accountdatatransfer/cancellationrequest
---

# CancellationRequest

An object that identifies a one-time request, or an individual instance of a recurring request, to cancel.

## Declaration

```data
object CancellationRequest
```

## Properties

requestId: An identifier for the request to cancel. For a one-time request, use the request’s UUID. For a recurring request, use the parentRequest’s UUID.

## See Also

### Cancellation

- [Cancel request](accountdatatransfer/cancel-request.md)
- [CancellationResponse](accountdatatransfer/cancellationresponse.md)
