|
GoPxL SDK
|
| GoTransaction Delete | ( | const std::string & | uri, |
| const GoJson & | content = {}, |
||
| const GoJson & | args = {} |
||
| ) |
Deletes a resource.
Analogous to HTTP's DELETE method: there is no content/body, and 'args' are similar to query strings.
| uri | The URI to the resource. |
| content | GoJson object of the content for the request. |
| args | GoJson object of arguments for the request. |
| GoChannelError | If not connected to channel. |