Cobalt Docs
Api referenceTransactions

Delete transaction

Delete a manual transaction. Idempotent — returns success even if the transaction is already gone or is provider-managed (Plaid/SnapTrade).

DELETE
/transactions/{transactionId}

Authorization

bearerAuth
AuthorizationBearer <token>

Cobalt API key (prefix ck_live_). Issue from dashboard → Settings → API keys.

In: header

Path Parameters

transactionId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/transactions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "success": true
}
{
  "code": "string",
  "error": "string"
}