Appearance
DELETE /api/apps/{appId}
Delete an existing app configuration.
use NjoguAmos\Waha\Facades\App; $response = App::delete(id: 'app_123');
The response is a Saloon\Http\Response.
Saloon\Http\Response
{ "message": "App deleted successfully" }