Skip to main content

Delete Account

Deletes the currently logged in user's account, associated with the application the user is logged in.

danger

This operation is irreversible!

HTTP Request

DELETE https://api.doordeck.com/account

Example

CURL
curl 'https://api.doordeck.com/account' \
-X DELETE \
-H 'Authorization: Bearer TOKEN'
Remember

Replace TOKEN with your access token.