Skip to main content
DELETE
/
currencies
/
{currencyId}
Disable currency
const options = {method: 'DELETE'};

fetch('https://api.dolfinai.co/currencies/{currencyId}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dolfinai.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

currencyId
string<uuid>
required

Response

No Content