Delete Account

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/account

Accounts/Connections contain the information necessary to access a certain plugin (e.g. Google Drive, your own custom plugin, etc.) or database. When you add a database connection and click 'Connect', an account/connection is created, allowing you to retrieve datasets later on.

The delete functionality is the same for each resource and the only required parameters are the resource 'type' and the 'uuid' of the entity you want to delete.

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

Can be executed by:
Connection Owner
Can be associated to:
User
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "code": 200
}