const result = await sdk.agents.delete('agent_123');
// result === nullFor non-JSON responses, the SDK returns the body as a string.
For empty bodies, the SDK returns null.
application/json→ parsed as JSON- Other types → returned as text
- No body →
null