DELETE
/
currency-pairs
/
{currencyPairId}
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Path Parameters

currencyPairId
string
required

Response

200 - application/json

Deleted currency pair

The response is of type object.