DELETE
/v1/accounts/{account_hash}Delete Account
Permanently remove a platform account from your Lobstr accountThis endpoint permanently removes a specific platform account using its hash ID. All associated cookies and configurations will be deleted.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Response Field Explanations
id
string
Example: d3e97f2cd33658f301bdbe807402ab30
object
string
Example: account
deleted
string
Example: true
Parameters
account_hashstring
RequiredExample:
d3e97f2cd33658f301bdbe807402ab30Warning
This action is permanent and cannot be undone. Make sure no active squids are using this account before deletion.
Pro Tip
Use Get Account Details first to check the squids array and see which squids depend on this account.
Note
Deleting an account does not affect your squids, but they will fail to run if they require this account for authentication.
Warning
If you're experiencing cookie issues, use Refresh Cookies instead of deleting and re-creating the account.