Web application configuration API - DELETE a web application

Deletes the specified web application.

This API only supports rule-based web applications. Mobile apps, agentless applications, browser extensions, etc. are not supported.

DELETE
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/applications/web/{id}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/applications/web/{id}

Parameters

Parameter Type Description In Required
id string

The ID of the web application to delete.

path required

Response format

A successful request doesn't return any content.