1. Managed Users
Synci API
  • Overview
  • Guides
    • Authentication
    • Building OAuth apps
    • Managed apps
    • Webhooks
    • Pagination, filtering, and sorting
    • Errors
    • Rate limits
    • MCP: Connect AI assistants
    • Synci as a SimpleFIN provider
  • Synci API
    • Finance
      • Connections
        • List all financial connections
        • Create a new financial connection
        • Get financial connection
        • Delete financial connection
        • Disable financial connection
        • Reconfirm the consent of a financial connection
      • Accounts
        • List all financial accounts
        • Get financial account
        • Update financial account
        • Delete financial account
        • Bulk delete financial accounts
        • Sync financial account data
        • Reset financial account config to defaults
        • List all account balance entries
        • Get account balance entry
        • List account holdings
        • Get account holding
      • Transactions
        • List all transactions
        • Create a new transaction
        • Get transaction
        • Update transaction
        • Delete transaction
        • Bulk delete transactions
      • Institutions
        • Get supported countries
        • List all supported institutions
        • Get supported institution
    • Destinations
      • YNAB Connections
        • YNAB Budgets
          • YNAB Budget Accounts
            • List all YNAB budget accounts
            • Get YNAB budget account
            • Delete YNAB budget account
          • List all YNAB budgets
          • Get YNAB budget
          • Delete YNAB budget
          • Update YNAB budget
        • List all YNAB connections
        • Create new YNAB connection
        • Get YNAB connection
        • Delete YNAB connection
        • Update YNAB connection
        • Refresh YNAB connection
      • Lunch Money Connections
        • Lunch Money Accounts
          • List all Lunch Money accounts
          • Get Lunch Money account
          • Delete Lunch Money account
        • List all Lunch Money connections
        • Create new Lunch Money connection
        • Get Lunch Money connection
        • Delete Lunch Money connection
        • Update Lunch Money connection
        • Refresh Lunch Money connection
      • Google Sheets Connections
        • Sheets
          • List destination spreadsheets for a connection
          • Register a destination spreadsheet
          • Get a destination spreadsheet
          • Update a destination spreadsheet
          • Delete a destination spreadsheet
          • List the worksheets (tabs) of a spreadsheet
          • Create a new worksheet (tab) in a spreadsheet
        • List all Google Sheets connections
        • Create new Google Sheets connection
        • Get Google Sheets connection
        • Delete Google Sheets connection
        • Update Google Sheets connection
        • Refresh Google Sheets connection
      • SimpleFIN Connections
        • List all SimpleFIN connections
        • Create new SimpleFIN connection
        • Get SimpleFIN connection
        • Update SimpleFIN connection
        • Delete SimpleFIN connection
        • Regenerate setup token
        • Revoke access credentials
        • List accounts observed syncing
    • Webhooks
      • List all webhook events
      • List all webhook endpoints
      • Create new webhook endpoint
      • Get webhook endpoint
      • Update webhook endpoint
      • Delete webhook endpoint
      • Test webhook endpoint
      • Rotate webhook secret
    • User
      • Get the authenticated user
    • Rules
      • Create a new rule
      • Preview a rule against transactions (dry-run)
      • Rule field catalog
      • List all rules
      • Get rule
      • Update rule
      • Delete rule
      • Attach rule to a financial account
      • Detach rule from financial account
      • Reorder rules for a financial account
      • Attach rule to transfer link
      • Detach rule from transfer link
      • Reorder rules for a transfer link
    • Rule Logs
      • List all rule logs
      • Get rule log
      • Undo multiple rule actions
      • Undo a rule action
    • Transfer Links
      • List all transfer links
      • Create a new transfer link
      • Get transfer link
      • Update transfer link
      • Delete transfer link
      • Retry transfers for all transfer links
      • Retry transfers for a specific transfer link
    • Transfer Logs
      • List all transfer logs
      • Get transfer log
      • Undo a transfer
      • Undo multiple transfers
  • Managed Apps API
    • Managed Users
      • List your users
        GET
      • Register a user
        POST
      • Get a user
        GET
      • Update a user
        PUT
      • Delete a user
        DELETE
      • Mint a token pair
        POST
      • Create a portal session
        POST
    • Managed Connections
      • List your users' financial connections
  • Schemas
    • AccountHoldingResource
    • BalanceCategoryEnum
    • BankDataTypeEnum
    • BalanceTypeEnum
    • BulkDeleteTransactionsRequest
    • BulkDeleteFinancialAccountsRequest
    • BulkUndoRuleLogsRequest
    • BulkUndoTransferLogsRequest
    • CreateGoogleSheetTabRequest
    • CreateFinancialConnectionRequest
    • CreateGoogleSheetsConnectionRequest
    • CreateLunchMoneyConnectionRequest
    • CreateTransactionRequest
    • CreateRuleRequest
    • CreateWebhookEndpointRequest
    • CreateTransferLinkRequest
    • CreateYnabConnectionRequest
    • DestinationTypeEnum
    • EnrichmentProviderEnum
    • FinancialAccount
    • FinancialAccountBalanceResource
    • FinancialAccountResource
    • GoogleSheetResource
    • FinancialConnectionResource
    • GoogleSheetsConnectionResource
    • HealthResource
    • HealthStatusEnum
    • InstitutionConfigMappedDateEnum
    • InstitutionConfigMappedTextEnum
    • InstitutionConfigResource
    • InstitutionResource
    • IntegratorEnum
    • LunchMoneyAccountResource
    • LunchMoneyConnectionResource
    • PreviewRuleRequest
    • ReauthorizeFinancialConnectionRequest
    • RetryTransfersAllLinksRequest
    • RetryTransfersRequest
    • RuleActionResource
    • RuleConditionResource
    • RuleActionTypeEnum
    • RuleLogResource
    • RuleOperatorEnum
    • SimpleFinAccountResource
    • RuleScopeEnum
    • RuleResource
    • SimpleFinAppEnum
    • RuleTypeEnum
    • SimpleFinConnectionResource
    • StoreGoogleSheetRequest
    • TransactionTypeEnum
    • TestWebhookRequest
    • StoreSimpleFinConnectionRequest
    • SyncFinancialAccountRequest
    • TransferLink
    • TransactionResource
    • TransferLinkSyncModeEnum
    • TransferLogStatusEnum
    • TransferLinkResource
    • TransferLogResource
    • UpdateGoogleSheetRequest
    • UpdateGoogleSheetsConnectionRequest
    • UpdateFinancialAccountRequest
    • UpdateLunchMoneyConnectionRequest
    • UpdateRuleRequest
    • UpdateTransactionRequest
    • UpdateSimpleFinConnectionRequest
    • UpdateYnabBudgetRequest
    • UpdateWebhookEndpointRequest
    • UpdateYnabConnectionRequest
    • UpdateTransferLinkRequest
    • WebhookEventResource
    • UserProfileResource
    • WebhookTypeEnum
    • YnabBudgetAccountResource
    • WebhookEndpointPayloadVersion
    • YnabBudgetAccountTypeEnum
    • WebhookEndpointResource
    • YnabBudgetResource
    • YnabConnectionResource
    • WebhookEventTypeEnum
  1. Managed Users

Delete a user

DELETE
/users/{userId}
Revokes their tokens and permanently deletes the user together with their
financial connections, accounts and transactions. This also frees the email
address, so the person can sign up for Synci themselves afterwards.

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://api.synci.io/oauth/authorize
Token URL: https://api.synci.io/oauth/token
or
Path Params

Responses

🟢204
No content
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.synci.io/api/v1/users/' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-31 06:19:01
Previous
Update a user
Next
Mint a token pair
Built with