Delete Account
Account
Delete Account
Permanently remove a platform account from your Lobstr account
DELETE
Delete Account
This endpoint permanently removes a specific platform account using its hash ID. All associated cookies and configurations will be deleted.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the account to delete. Example:
d3e97f2cd33658f301bdbe807402ab30Response Field Explanations
The deleted account’s identifier. Example:
"d3e97f2cd33658f301bdbe807402ab30"Always “account”. Example:
"account"Confirmation of deletion. Always
true on success.Deleting an account does not affect your squids, but they will fail to run if they require this account for authentication.
Code Examples
Response
200
404