← Back to Explore

delegate-abort

Token cancellation pattern for delegation abort

delegation

Rundown


# Delegation Abort

Create a delegation token then cancel it.

## 1. Create delegation token

- PASS: CONTINUE
- FAIL: STOP

```bash
rd echo "create token"
```

## 2. Cancel delegation

- PASS: COMPLETE "Delegation cancelled"

```bash
rd echo "abort token"
```

Run

Create token then cancel delegation

Initializing...

Initializing...

Step/