Skip to main content

system.mes.dashboard.deleteParameterType

Description

Deletes a Dashboard Widget Parameter Type by its ID.

Syntax

system.mes.dashboard.deleteParameterType(id)

Parameters

ParameterTypeNullableDescription
idString (ULID)FalseThe ID of the parameter type to delete.

Returns

If successful, an ApiResponse Object is returned with the success bool set True. If unsuccessful, an exception may be thrown.

NameTypeDescription
successBooleanIndicates if the delete was successful.
messageStringThe reason why the deletion was successful or unsuccessful.
dataStringThe data associated with the deletion.
errorStringThe errors associated with the deletion.

Code Examples

system.mes.dashboard.deleteParameterType('01JAP8RJBN-8ZTPXSGY-J9GSDPE1')