cURL
curl --request DELETE \ --url https://{defaultHost}/v1/display_currencies/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "c6d61089-85d6-4c5c-9f47-44c568ed10a3", "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?