WithJSONDel returns a RequestOption that deletes the body's JSON value associated with the key.
func WithJSONDel(key string) RequestOption| Name | Type | Description |
|---|---|---|
key* | string |
WithJSONDel returns a RequestOption that deletes the body's JSON value associated with the key. The key accepts a string as defined by the sjson format.