DELETE/v1/accounts/{account_hash}

Delete Account

Permanently remove a platform account from your Lobstr account

This endpoint permanently removes a specific platform account using its hash ID. All associated cookies and configurations will be deleted.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Response Field Explanations

id
string
The deleted account's identifier
Example: d3e97f2cd33658f301bdbe807402ab30
object
string
Always "account"
Example: account
deleted
string
Confirmation of deletion (always "true" on success)
Example: true

Parameters

account_hashstring
Required
The unique identifier (hash) of the account to delete
Example: d3e97f2cd33658f301bdbe807402ab30
Warning

Warning

This action is permanent and cannot be undone. Make sure no active squids are using this account before deletion.
Pro Tip

Pro Tip

Use Get Account Details first to check the squids array and see which squids depend on this account.
Note

Note

Deleting an account does not affect your squids, but they will fail to run if they require this account for authentication.
Warning

Warning

If you're experiencing cookie issues, use Refresh Cookies instead of deleting and re-creating the account.