Delete an existing currency using its unique identifier.
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/'
Responses
application/json
Currency deleted successfully.
{
"status_code": 200,
"result": true
}
Modified at 2025-07-09 20:29:50