Open this page in the API Guide

ResourceController.DeleteStaticResource Method

Deletes the contents of the specified static resource.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpDeleteAttribute("StaticResource/{name}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<bool> DeleteStaticResource(
	string name,
	Guid? sessionId = null
)

Parameters

name
Type: System.String
The name of the static resource.
sessionId (Optional)
Type: System.Nullable<Guid>
The ID of the session.

Return Value

Type: ActionResult<Boolean>
The operation completed successfully. The payload contains a Boolean object.
See Also