Skip to main content

removePheromoneType

plugin.job.removePheromoneType(name: string): Promise<JobPheromoneTypeResponse>

Parameters

ParameterTypeRequiredDescription
namestringYes

Returns

Promise<JobPheromoneTypeResponse>

Example

import plugin from '@codebolt/plugin-sdk';

const result = await plugin.job.removePheromoneType('name');
console.log(result);