For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete currency pairs

Deletes multiple pairs from the body.

delete
Body

Bulk operation data model

Responses
200

OK

application/json

Represents a pair of currencies in exchange module.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the pair.

namestringOptional

The name of the pair.

externalIdstring · nullableOptional

The external id of the pair

notesstring · nullableOptional

Notes for the pair

primarybooleanOptional

If the pair is primary

agreementsinteger · int32Optional

Number of agreements

ratesinteger · int32Optional

Number of rates

statusstring · enumOptional

Rate status enumeration

Possible values:
delete/public/v1/exchange/pairs

Last updated

Was this helpful?