Deletes a currency identified by its code.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE 'https://api.edara.io/v/currencies/DeleteByCode/' \
--header 'Authorization: Bearer <token>'
Responses
Currency deleted successfully.
{
"status_code": 200,
"result": true
}
Modified at 2025-12-08 17:17:59