> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaflex-ii-go/documents/developers-manuals/programmers-manual-commands/appendix-e-erasing-emv-configurations.md).

# Appendix E Erasing EMV Configurations

### Load CAPK with AID: 0000000000 to erase all current CAPK keys with this CAPK key:

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA00810401CED8128444D812810400000300A22B81040000008D8201
048320B9C1F228E41A1F0B6173E00423C5B58A952DE1111E0CC5E33C
3044A5D3FD2FCAA30A81083030303030333030870101
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA00810482CED812820400000000
```

{% endcode %}

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA0081080400D8120000030084818D4D47544B41503130C10400000300C
E7D00000000000001600000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000583F99A
8DF1A414B11A1607402AE67722C4F59B9
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA0081048200D812820400000000
```

{% endcode %}

## Empty Amex DRL: Load AMEX DRL file with “EMPTY” content

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA008104018DD8128444D812810400000500A22B8104000000118201048320
5E39BD3937CF6B80DECC2B6FD0ABED138D5CC69A6CE55C8790BBA58254B66E
D5A30A81083030303030353030870101
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA008104828DD812820400000000
```

{% endcode %}

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA0081080400D8120000050084114D47544B41503130C10400000500CE01AA
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA0081048200D812820400000000
```

{% endcode %}

## Empty Terminal: Load Terminal file with “EMPTY” content

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA0081040114D8128444D812810400000000A22B81040000001182010483205
43666037C01700B9215F365346E7C883290F201E0D844D9F32B0D05A098B519
A30A81083030303030303030870101
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA0081048214D812820400000000
```

{% endcode %}

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA0081080400D8120000000084114D47544B41503130C10400000000CE01AA
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA0081048200D812820400000000
```

{% endcode %}

## Empty Processing: Load Processing file with “EMPTY” content and 1 delimiter (FF33)

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA008104011BD8128444D812810400000100A22B8104000000288201048320B2
5A77AD6582338898AA0498D1C15512AC9AE7C1B021884238813A28423B20E9A3
0A81083030303030313030870101
```

{% endcode %}

## Tabe - Get Response Example

{% code title="Example (hex)" %}

```
AA008104821BD812820400000000
```

{% endcode %}

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA0081080400D8120000010084284D47544B41503130C10400000100CE18AA9A6
CCE52123D2315BF3759D466BC0F7C4572A754FF3300
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA0081048200D812820400000000
```

{% endcode %}

## Empty Entry Point: Load Entry file with “EMPTY” content and 1 delimiter (FF35)

## Table - Get Request Example

{% code title="Example (hex)" %}

```
AA0081040135D8128444D812810400000200A22B8104000000288201048320d747
a07102af345bbe0f41669ebd63aac8770aef5fa37ca00a2eaaf4112b8a2cA30A81
083030303030323030870101
```

{% endcode %}

## Table - Get Response Example

{% code title="Example (hex)" %}

```
AA0081048235D812820400000000
```

{% endcode %}

### Get Request Example

{% code title="Example (hex)" %}

```
AA0081080400D8120000020084284D47544B41503130C10400000200CE18AA3dcfbc51fcdfd06ada3
6181f1cd3aee3f8f879bcFF3500
```

{% endcode %}

### Get Response Example

{% code title="Example (hex)" %}

```
AA0081048200D812820400000000
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.magtek.com/hardware/card-readers/mms-dyna-devices/dynaflex-ii-go/documents/developers-manuals/programmers-manual-commands/appendix-e-erasing-emv-configurations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
