Application
Delete an application
This API deletes an Application
permanently.
API Endpoint
DELETE
Arguments
Name | Type | Description |
---|---|---|
cascade | Boolean | If cascade is set to true, the Endpoints associated with the Application, if any, are also deleted. When set to false, the Endpoints associated with the Application, if any, are not deleted. If a new_endpoint_application has been specified, then the Endpoints are reassociated with the given Application. If a new_endpoint_application is not specified, then the Endpoints remain orphaned (i.e. not associated with any Application). Defaults to true. |
new_endpoint_application | String | The app_id of the new Application to which the Endpoints should be associated upon deletion of this Application. |
Request
Response
HTTP Status Code: 204