cURL
curl --request DELETE \ --url https://{defaultHost}/v1/display_currencies/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "8e0d9d28-bfe3-4521-84af-8912205f6142", "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?