deleteOrganizationProperty

Description

Delete the organization property with the provided propertyKey for the organizationId.

Parameters

Return Type

boolean

Returns true if the property was deleted and false otherwise.

Example

return deleteOrganizationProperty(13, "TestProperty1");

Result: true

See also

Peacock