{#Deletion of a value on the virtual currency account of the viewers.#} {#By default, an error is returned ('error_code': 'insufficient_funds') if the viewer does not have the amount on his account.#}
Request
Path Params
API_KEY
string
required
{#API key (W) of your WizeBot account.#}
Example:
{{API_KEY_W}}
VIEWER_IDENTIFIER
string
required
{#Name of the viewer or identifier of the platform (digital) of the viewer.#}
Example:
Dere011
ACTION_VALUE
string
required
{#Value to be withdrawn.#}
Example:
1000
FORCE
integer
required
{#Force the deletion of the sum even if the viewer does not have the required amount.#} {#Possible values: 0 (no) - 1 (yes)#}
Example:
0
Body Params multipart/form-data
object{0}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://wapi.wizebot.tv/api/currency/{{API_KEY_W}}/action/remove/Dere011/1000/0'
Responses
🟢200Success
application/json
Body
success
boolean
required
{#true or false, if the operation was successful.#}