Skip to main content

Remove account

DELETE 

/v1/account/:account

Stop processing and clear the account's cache. Pass revoke=true to also attempt revocation of the upstream OAuth2 grant at the provider before the account is removed.

Removes the account, its credentials, its cached data and any messages still queued for delivery. Webhook events generated before the deletion are never delivered afterwards and are discarded once the queue reaches them. Records of deliveries that had already failed permanently are not removed here; they expire on the queue retention window, seven days by default.

Request

Responses

Returns a deletion marker. The account stops syncing immediately; stored data is removed in the background.