delete https://api.hanzo.ai/responses/
Delete a response by ID.
Follows the OpenAI Responses API spec: https://platform.openai.com/docs/api-reference/responses/delete
curl -X DELETE http://localhost:4000/v1/responses/resp_abc123 -H "Authorization: Bearer sk-1234"