04: The Architect (CRUD)

Managing the full data lifecycle: Create, Read, Update, and Delete.

Data Lifecycle Management

Modern applications rely on **CRUD** operations to maintain state. While we've covered Reading (GET) and Creating (POST), an Architect must also know how to **Update** existing records using PUT and **Remove** them using DELETE.

Resource Modification Lab

Objective: Update a test project status and then decommission it. Use the controls below to trigger different HTTP verbs.

1. Request Logic (JS)
Waiting for action...
2. Target Resource
Waiting for action...
3. API State Response
Waiting for user dispatch...