Skip to main content
DELETE
/
api
/
ledger
/
v2
/
_
/
exporters
/
{exporterID}
Delete exporter
curl --request DELETE \
  --url http://localhost/api/ledger/v2/_/exporters/{exporterID}
{
  "errorCode": "VALIDATION",
  "errorMessage": "[VALIDATION] invalid 'cursor' query param",
  "details": "https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9"
}

Documentation Index

Fetch the complete documentation index at: https://docs.formance.com/llms.txt

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

Remove an exporter and stop streaming data to its destination. This does not delete previously exported data.

Path Parameters

exporterID
string
required

The exporter id

Response

Exporter deleted