Skip to main content

Function: removeColumnMapping()

function removeColumnMapping(guildId, status): void

Removes a mapping for a provider status name.

This helper removes an existing column mapping. After removal, the status will use the provider-level default mapping.

Parameters

ParameterTypeDescription
guildIdstringThe Discord guild ID
statusstringThe provider status name to unmap

Returns

void

Example

removeColumnMapping(guildId, 'QA');