Skip to content

Delete App

DELETE /api/apps/{appId}

Delete an existing app configuration.

Usage

php
use NjoguAmos\Waha\Facades\App;

$response = App::delete(id: 'app_123');

Response

The response is a Saloon\Http\Response.

json
{
  "message": "App deleted successfully"
}

References

Released under the MIT License.