Skip to content

Manage data layers in Netlify Connect

This feature is available on Enterprise plans.

Once you create and configure a data layer, you can review and modify the data layer on the settings page in the Netlify UI.

Netlify records all activities related to creating, updating, and deleting data layers, data sources, and API authentication tokens in the team audit log.

To review or modify a data layer and its related data sources, sites, or webhooks, navigate to the settings page for the data layer:

  1. Navigate to the Connect page for your team in the Netlify UI.
  2. Select the data layer from the Data layers list.
  3. Select Data layer settings.

Team Owners and Developers can update the name or description of a data layer:

  1. Navigate to the Connect page for your team in the Netlify UI.
  2. Select the data layer from the Data layers list, and then select Data layer settings.
  3. On the data layer settings page, select General Data layer information.
  4. Select Edit settings.
  5. Enter the updated name or description.
  6. Select Save.

Team Owners also have the ability to delete a data layer.

On the data layer settings page, you can add and manage the following:

Use API tokens and scopes to ensure only authorized requests to your data layer’s API can access your data.

Learn more about how to manage API authentication.

Every successful sync to your data layer generates a new data revision that represents the GraphQL schema and data at that point in time. You can query against the data revision using the revision’s GraphQL sandbox or its unique API URL. You can also pin a specific data revision and your data layer’s API will always use that revision.

Learn more about data revisions.

When you delete a data layer, everything related to it is deleted — the GraphQL API and all data, data sources, site connections, and webhooks. Note that if you have submitted a support request related to the data layer, it will be difficult for us to help if you delete it.

As this action cannot be reversed, only Team Owners can delete a data layer.

To delete a data layer:

  1. Navigate to the Connect page for your team in the Netlify UI.
  2. Select the data layer from the Data layers list, and then select Data layer settings.
  3. On the data layer settings page, select Danger zone.
  4. Select Delete this data layer.
  5. A confirmation prompt will appear. Review the details and then enter the name of the data layer you want to delete.
  6. Select Delete.

Trying to find an ID or need help debugging an issue? Review our troubleshooting tips.