Template Docs Commerce APIs Webhooks Tools
Get Started
Get Started

Extension uninstall

"topic": "extension.uninstall"

Occurs when a merchant or site owner uninstalls an extension connected to a Squarespace website.

Read the Overview for details about the information sent with every Squarespace webhook notification.

Request payload example

{
  // String; unique notification id
  "id": "5c2ba184b63ed3cb411ce2b1",
  // String; Squarespace website id that triggered the notification.
  "websiteId": "5f3c3d55ac435e1a051f77b3",
  // String; unique Webhook Subscriptions id
  "subscriptionId": "5f3c2155d947844beedda991",
  // String; description of the event that triggered notification.
  "topic": "extension.uninstall",
  // ISO 8601 UTC date and time string; represents when the notification was created.
  "createdOn": "2020-04-22T22:18+00:00",
  // Object; data associated with the event.
  "data": {
    // String; third-party client id.  
    "clientId": "A125dfPqdKJDqPAcJQgLo3A5mwcKIq2G"
  }
}