cURL
curl --request DELETE \ --url https://{defaultHost}/v1/display_currencies/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "80eea335-0c98-45d7-908c-24a2f9bfc141", "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?