cURL
curl --request DELETE \ --url https://gateway.varchev.com/wallet/currency-pairs/{currencyPairId} \ --header 'Authorization: Bearer <token>' \ --header 'tenantId: <tenantid>'
{ "id": "<string>", "baseCurrency": "<string>", "quoteCurrency": "<string>", "pair": "<string>", "baseCurrencyId": "<string>", "quoteCurrencyId": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Deleted currency pair
The response is of type object.
object