Accounts
Disconnect (hard delete)
Dashboard session only — programmatic keys cannot disconnect accounts. Hard delete: the platform_accounts row is removed and any persisted token is destroyed.
DELETE
Disconnect (hard delete)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Dashboard session only — programmatic keys cannot disconnect accounts. Hard delete: the platform_accounts row is removed and any persisted token is destroyed.
curl --request DELETE \
--url https://api.letmepost.dev/v1/accounts/{id}{
"id": "<string>",
"deleted": true
}Was this page helpful?
curl --request DELETE \
--url https://api.letmepost.dev/v1/accounts/{id}{
"id": "<string>",
"deleted": true
}