Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The delete method I run with Postman does not work in BAS, please help
the content type is json, also check the URL/header is correct
@Detected You have used the Get action and are adding your body to the headers. You need to use POST request - you can change the method to DELETE in the Post action
Thank you @DrPrime
@Fox yes, i want to try this script to execute url
how to download on bas website ? i uploaded on bas premiume web and after download my bot
Set number of threads to 15 or 20, and Run type to Repeat >>
2021-03-29_234245.png
@Kir8898 call interval of 6 hours d5c4a104-cd10-4ab7-8843-89de66e4bad1-image.png
@yourfriendkarol said in Possible to delete resource?:
i delete variables with delete([[variable]]); keyword when i dont need them. is there way to delete resources?
i delete variables with delete([[variable]]); keyword when i dont need them.
is there way to delete resources?
You can re-create it. Deleting variables is not necessary, it will not affect performance.