DELETE

Delete 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.

Deletes a component's draft version.

Previously published component versions aren't deleted. Deletion is blocked for component types defined as non-deletable.

REST callers currently specify the component ID in the id path parameter; componentId is the replacement field for SDK and RPC callers.

Endpoint
DELETE
https://www.wixapis.com/apps/v1/components/v1/components/{id}

Errors

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

Did this help?