Example: Deleting a Card Hash Using the REST API

Request
{ }
Response 204: Deleting a Card Hash
No response body
Response 410: Deleting a Card Hash
{     "errors": [         {             "type": "notAvailable",             "message": "Token not available"         }     ] }