REST Example: Deleting a Card Hash {#um-processing-token-delete-pi-ch-ex-rest}
==============================================================================

Request

```
{
}
```

{#um-processing-token-delete-pi-ch-ex-rest_codeblock_abg_nyg_lcc}  
Response 204: Deleting a Card Hash

```
No response body
```

Response 410: Deleting a Card Hash

```
{
    "errors": [
        {
            "type": "notAvailable",
            "message": "Token not available"
        }
    ]
}
```

