Delete and Restore REST Endpoints

Components/Delete and Restore

Soft delete, restore and hard delete for components.

Hard Delete a Component
Method: post
Path: /sites/management/api/v1/components/{id}/hardDelete
Soft Delete a Component
Method: delete
Path: /sites/management/api/v1/components/{id}
Undelete a Soft-Deleted Component
Method: post
Path: /sites/management/api/v1/components/{id}/undelete