# Delete Specific Token Endpoint: DELETE /token-service/tokens Version: 0.0.8 Security: bearerAuth ## Request fields (application/json): - `token` (string, required) Token that would be decrypted. Example: "e4eaaaf2-d142-11e1-b3e4-080027620cdd" - `types` (array) Type of decrypted details that would be returned. Example: ["ACH","PAN"] ## Response 200 fields (application/json): - `responseCode` (string, required) A code that represents the outcome of the transaction Example: "0" - `responseMessage` (string) A list of brief descriptions about the error encountered. If multiple messages need to be returned, it will be separated with ';' character Example: "An unexpected system error occurred. Please check with support."