Clear Panic

This endpoint allows you to clear a panic.

ClearPanic(callback)

POST https://imperialcad.app/api/1.1/wf/clearpanic


Example

exports["ImperialCAD"]:ClearPanic(function(success, res)
  print(success and "Panic cleared." or ("Failed: " .. res))
end)

Last updated

Was this helpful?