Skip to main content
DELETE
/
api
/
v1
/
auth
/
fiat-currencies
/
{id}
Delete fiat_currency (Admin)
curl --request DELETE \
  --url https://crypto.westminister.tech/api/v1/auth/fiat-currencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "fiat_currency deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Deleted

message
string
Example:

"fiat_currency deleted"