# Delete an ingredient by ID Endpoint: DELETE /ingredients/{id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `id` (string, required) ## Response 400 fields (application/problem+json): - `title` (string) - `detail` (string) - `status` (integer) - `type` (string) - `instance` (string) ## Response 404 fields (application/problem+json): - `title` (string) - `detail` (string) - `status` (integer) - `type` (string) - `instance` (string) ## Response 204 fields