update {paddleR} | R Documentation |
Make a DELETE request to Paddle API
Description
Make a DELETE request to Paddle API
Usage
update(link, body)
Arguments
link |
The API endpoint URL. |
body |
The body of the request, typically a list to be converted to JSON. |
Value
Parsed JSON response from the API.
[Package paddleR version 0.1.2 Index]