deleteComputedAttribute()
Home > @gooddata/sdk-backend-spi > IWorkspaceComputedAttributesService > deleteComputedAttribute
IWorkspaceComputedAttributesService.deleteComputedAttribute() method
Delete computed attribute with the given reference.
Signature:
deleteComputedAttribute(ref: ObjRef): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
ref of the computed attribute to delete |
Returns:
Promise<void>
promise of undefined