Delete a Currency

You can't delete a default currency

Delete a Currency by ID

DELETE https://api.moltin.com/v2/currencies/:id

Path Parameters

NameTypeDescription

id

string

The ID for the Currency to delete

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

curl -X DELETE https://api.moltin.com/v2/currencies/:id \
     -H "Authorization: Bearer XXXX"

Last updated