• Attempts to delete the folder or item with the given slug.

    If the deletion would cause orphaned dependencies (like mirror items), the call will fail. To force the deletion, set the conflictResolution parameter to "cascade".

    Parameters

    • slug: string
    • conflictResolution: DeleteConflictResolutionMode = 'none'

    Returns Promise<void>