Delete one item by ID.
Section: HTTP method semantics
DELETE removes a resource
http
http
DELETE /profiles/123Explanation
DELETE is commonly designed to be idempotent: deleting an already-deleted resource should not keep changing state.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP method semantics
POST creates or triggers processing
Submit a new resource or command-like workflow.
OPTIONS advertises supported interactions
Inspect available methods or CORS capabilities.