POST

Restore Deleted Component


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Restores a deleted component.

Use this method to make a deleted draft component available again in the app's draft components. Provide the appId and componentId of the deleted component to restore.

The request fails if the component doesn't exist, isn't deleted, or can't be restored. The response is empty; to retrieve the restored component, call GetComponent or GetDraftAppComponents after restoring.

Endpoint
POST
https://www.wixapis.com/apps/v1/components/v1/components/restore

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?