name - Name of the variable to delete [String] (Required)
Examples:
Data API version required. Must replace <version> with either release or beta.
Bot Designer for Discord
Example usage of /db/delete endpoint using BDFD
$httpAddHeader[apikey;<YOUR-API-KEY>]$httpPost[https://bdfddata.rickyjs.xyz/<version>/db/delete;{"name": "variable-name"}]$httpResult OR $httpResult[entries]
Discord.js
Example usage of /db/delete endpoint using Discord.js