Skip to content

Commit 3660458

Browse files
DEVDOCS-6558 - adjust language of account deletion callout (#1113)
<!-- Ticket number or summary of work --> # [DEVDOCS-6558] ## What changed? * Webhooks no longer persist after API account deletion ## Release notes draft * Webhooks no longer persist after API account deletion * https://developer.bigcommerce.com/docs/integrations/webhooks#post-app-uninstall-actions * https://developer.bigcommerce.com/docs/start/authentication/api-accounts#dont-forget-your-webhooks-and-metafields ## Anything else? ping { @bigcommerce/dev-docs-team } [DEVDOCS-6558]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6558?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Chris Nowicki <[email protected]>
1 parent 58ac4a9 commit 3660458

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/integrations/webhooks/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ After the final retry attempt (cumulatively **48 hours** after the first deliver
138138

139139
To avoid accumulating unused webhooks, BigCommerce automatically deletes registered webhooks on app uninstall.
140140

141-
<Callout type="info">
142-
You cannot delete a webhook by deleting the account token used to create it. The associated webhook will continue to run after you delete the token, and you will be unable to edit, delete, or manage the webhook. For information on how to manually delete a webhook, see [Delete a Webhook](/docs/webhooks/webhooks/manage-webhooks-single#delete-a-webhook).
141+
<Callout type="warning">
142+
Deleting an API account will permanently remove all associated webhooks. Verify any you still need before proceeding.
143143
</Callout>
144144

145145
## Platform limits

docs/start/authentication/api-accounts.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ To delete a store-level API account, consult our Knowledge Base article on [Dele
7777
<Callout type="warning">
7878
#### Don't forget your webhooks and metafields
7979
Some resources are only accessible to the API account that created them. These include webhooks, metafields, and scripts. If you need to revoke a store-level API account, plan accordingly.
80+
81+
Webhooks do not persist upon account deletion. Verify webhooks associated with an account before deleting it.
8082
</Callout>
8183

8284
## App-level API accounts

0 commit comments

Comments
 (0)