Delete currency by id
Delete currency by id
Authorizations:Token
Query Parameters
| id required | integerId value of the Currency object | 
Responses
200Success
Response schema: 
Success | currency_id | integerCurrency unique id (ISO 4217 number) | 
| code | stringCurrency code (ISO 4217 alpha-3) | 
| symbol | stringSymbol | 
| prefix | stringPrefix | 
| suffix | stringSuffix | 
| e | stringNumber of digits after the decimal separator. | 
| decimalDelimiter | stringDecimal part delimiter | 
| thousandDelimiter | stringThousand delimier | 
| orders | ArrayOrders | 
| countries | ArrayCountries |