ResourceControllerDeleteStaticResource 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: SystemString
The name of the static resource.
sessionId (Optional)
Type: SystemNullableGuid
The ID of the session.

Return Value

Type: ActionResultBoolean
The operation completed successfully. The payload contains a Boolean object.
See Also