Skip to main content
DELETE
Delete a single exchange rate
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

DELETE /currencies/exchange-rates/ Authorization: admin or higher (requireAdmin).

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Exchange rate deleted

status
string
Example:

"success"

message
string