Deletes an organization currency exchange rate by ID. Returns 200 on success, or 400 if the deletion is not valid.
DELETE
/api-v1/organization/currency-exchange/{id}
curl \
--request DELETE 'https://wyzio.app/api-v1/organization/currency-exchange/{id}'
Response examples (200)
{
"error": {
"errorCode": "NO_ERROR",
"errorDetailValues": [
{
"errorCode": "string",
"fieldName": "string",
"data": "string",
"isSevere": true
}
]
},
"valid": true
}