cURL
curl --request DELETE \ --url https://{defaultHost}/v1/display_currencies/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "8ceaccf3-9cd0-4d8d-940d-a523dbbacedb", "object": "display_currency", "deleted": true }
Deletes a specific display currency.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The UUID of the specific object.
A string describing the object type returned.
Whether or not this object was succesfully deleted.
Was this page helpful?